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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 獄h?B | 100011011001011010000010100010000011111101000010 | 8d9682883f42 |
EUC-JP | 獄h?B | 101110011111011010100011111010000011111101000010 | b9f6a3e83f42 |
UTF-8 | 獄h괵B | 11100111100011011000010011101111101111011000100011101010101101001011010101000010 | e78d84efbd88eab4b542 |
UHC | 獄h괵B | 11101000101010111010001111101000101100011010110001000010 | e8aba3e8b1ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)