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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 賊?梯?悠? | 100100011010111100111111100100101111001000111111100101110100100100111111 | 91af3f92f23f97493f |
EUC-JP | 賊?梯?悠? | 110000101011000100111111110001001111010000111111110011011010101000111111 | c2b13fc4f43fcdaa3f |
UTF-8 | 賊렠梯렟悠궜 | 111010001011001110001010111010111010000010100000111001101010001010101111111010111010000010011111111001101000001010100000111010101011011010011100 | e8b38aeba0a0e6a2afeba09fe682a0eab69c |
UHC | 賊렠梯렟悠궜 | 111011101110010010001110101100011111000010101100100011101011000011101010111011011011000111001001 | eee48eb1f0ac8eb0eaedb1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)