To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 栁桒ラ襭 | 11111010111001011111101011100011110101111110011001000010 | fae5fae3d7e642 |
EUC-JP | ?桒ラ襭 | 0011111110001111110000111100100110001110110101111110101110100011 | 3f8fc3c98ed7eba3 |
UTF-8 | 栁桒ラ襭 | 111001101010000010000001111001101010000110010010111011111011111010010111111010001010010110101101 | e6a081e6a192efbe97e8a5ad |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)