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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉈鯛┌碪 | 1110011111101011100100011110001010000100101000011110000111110010 | e7eb91e284a1e1f2 |
EUC-JP | 鉈鯛┌碪 | 1110111011101101110000101110010010101000101000111110001011110100 | eeedc2e4a8a3e2f4 |
UTF-8 | 鉈鯛┌碪 | 111010011000100110001000111010011010111110011011111000101001010010001100111001111010001010101010 | e98988e9af9be2948ce7a2aa |
UHC | ??┌? | 0011111100111111101001101010001100111111 | 3f3fa6a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)