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 | 綜?瓠?す? | 100100011000111000111111111000010100000000111111100000101011011100111111 | 918e3fe1403f82b73f |
EUC-JP | 綜?瓠?す? | 110000011110111000111111111000011010000100111111101001001011100100111111 | c1ee3fe1a13fa4b93f |
UTF-8 | 綜렰瓠적す렣 | 111001111011011010011100111010111010000010110000111001111001001110100000111011001010000010000001111000111000000110011001111010111010000010100011 | e7b69ceba0b0e793a0eca081e38199eba0a3 |
UHC | 綜렰瓠적す렣 | 111100001111110010001110101111011111101111010010110000001111101110101010101110011000111010110100 | f0fc8ebdfbd2c0fbaab98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)