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 | ???I??? | 00111111001111110011111101001001001111110011111100111111 | 3f3f3f493f3f3f |
SJIS-WIN | ??⊂I??? | 0011111100111111100000011011110001001001001111110011111100111111 | 3f3f81bc493f3f3f |
EUC-JP | ??⊂I??? | 0011111100111111101000101011111001001001001111110011111100111111 | 3f3fa2be493f3f3f |
UTF-8 | 룶엌⊂I룶엌룫 | 11101011101000111011011011101100100101111000110011100010100010101000001001001001111010111010001110110110111011001001011110001100111010111010001110101011 | eba3b6ec978ce28a8249eba3b6ec978ceba3ab |
UHC | 룶엌⊂I룶엌룫 | 10001111101010111011111011111101101000011111100001001001100011111010101110111110111111011000111110100010 | 8fabbefda1f8498fabbefd8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)