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 | 籘顏韜籘顏爛 | 111000101101101011101000111110001110100011101001111000101101101011101000111110001110000010100011 | e2dae8f8e8e9e2dae8f8e0a3 |
EUC-JP | 籘顏韜籘顏爛 | 111001001101110011110000111110101111000011101011111001001101110011110000111110101110000010100101 | e4dcf0faf0ebe4dcf0fae0a5 |
UTF-8 | 籘顏韜籘顏爛 | 111001111011000110011000111010011010000110001111111010011001111110011100111001111011000110011000111010011010000110001111111001111000100010011011 | e7b198e9a18fe99f9ce7b198e9a18fe7889b |
UHC | ??韜??爛 | 0011111100111111110101001011011100111111001111111101010110110100 | 3f3fd4b73f3fd5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)