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 | 賊???調扶 | 100100011010111100111111001111110011111110010010101100101001010101111101 | 91af3f3f3f92b2957d |
EUC-JP | 賊???調扶 | 110000101011000100111111001111110011111111000100101101001100100111011110 | c2b13f3f3fc4b4c9de |
UTF-8 | 賊렠亐렕調扶 | 111010001011001110001010111010111010000010100000111001001011101010010000111010111010000010010101111010001010101010111111111001101000100110110110 | e8b38aeba0a0e4ba90eba095e8aabfe689b6 |
UHC | 賊렠亐렕調扶 | 111011101110010010001110101100011110101010100111100011101010101011110000111000001101110110100110 | eee48eb1eaa78eaaf0e0dda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)