久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

如何將字節轉換為其二進制字符串表示形式

How to convert a byte to its binary string representation(如何將字節轉換為其二進制字符串表示形式)
本文介紹了如何將字節轉換為其二進制字符串表示形式的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

例如,一個字節B中的位是10000010,我怎樣才能將這些位從字面上分配給字符串str,即, str = "10000010".

For example, the bits in a byte B are 10000010, how can I assign the bits to the string str literally, that is, str = "10000010".

編輯

我從二進制文件中讀取字節,并存儲在字節數組B中.我使用 System.out.println(Integer.toBinaryString(B[i])).問題是

I read the byte from a binary file, and stored in the byte array B. I use System.out.println(Integer.toBinaryString(B[i])). the problem is

(a) 當位以(最左邊的)1 開始時,輸出不正確,因為它將 B[i] 轉換為負 int 值.

(a) when the bits begin with (leftmost) 1, the output is not correct because it converts B[i] to a negative int value.

(b) 如果位以0開頭,則輸出忽略0,例如假設B[0]有00000001,輸出是 1 而不是 00000001

(b) if the bits begin with 0, the output ignore 0, for example, assume B[0] has 00000001, the output is 1 instead of 00000001

推薦答案

使用整數#toBinaryString():

byte b1 = (byte) 129;
String s1 = String.format("%8s", Integer.toBinaryString(b1 & 0xFF)).replace(' ', '0');
System.out.println(s1); // 10000001

byte b2 = (byte) 2;
String s2 = String.format("%8s", Integer.toBinaryString(b2 & 0xFF)).replace(' ', '0');
System.out.println(s2); // 00000010

演示.

這篇關于如何將字節轉換為其二進制字符串表示形式的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

How to wrap text around components in a JTextPane?(如何在 JTextPane 中的組件周圍環繞文本?)
MyBatis, how to get the auto generated key of an insert? [MySql](MyBatis,如何獲取插入的自動生成密鑰?[MySql])
Inserting to Oracle Nested Table in Java(在 Java 中插入 Oracle 嵌套表)
Java: How to insert CLOB into oracle database(Java:如何將 CLOB 插入 oracle 數據庫)
Why does Spring-data-jdbc not save my Car object?(為什么 Spring-data-jdbc 不保存我的 Car 對象?)
Use threading to process file chunk by chunk(使用線程逐塊處理文件)
主站蜘蛛池模板: 亚洲精彩视频在线观看 | 在线成人一区 | 欧美三级网站 | 日韩欧美精品 | 国产欧美一区二区精品久导航 | 97日日碰人人模人人澡分享吧 | 亚洲二区视频 | 一区二区av | 中文字幕亚洲欧美日韩在线不卡 | 久久综合一区 | 欧美日韩精品影院 | 一区在线观看 | 成人在线免费视频观看 | 国产成人免费 | 日韩国产一区二区三区 | 国产精品一区二区免费 | 亚洲成人精品在线 | 国产精品免费一区二区三区四区 | 亚洲一区二区三区免费观看 | 日日淫| 日韩视频二区 | 黄色av网站在线免费观看 | 色综合一区二区 | 国产一区999 | 免费99精品国产自在在线 | 日韩成人一区 | 久久久久国产精品午夜一区 | 欧美精品一区二区三 | 欧美一级片 | 成人亚洲精品久久久久软件 | 亚洲精品久久久久久下一站 | 麻豆精品国产91久久久久久 | 精品久久久久久久久久久 | 国产特一级黄色片 | 国产一级特黄真人毛片 | 97国产精品视频人人做人人爱 | 亚洲日韩中文字幕一区 | 久久久久高清 | 天堂色网| 欧美a级成人淫片免费看 | 在线a视频网站 |