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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嶸???? | 111110101011010000111111001111110011111100111111 | fab43f3f3f3f |
EUC-JP | 嶸??馹? | 100011111011101111110100001111110011111110001111111010011010000100111111 | 8fbbf43f3f8fe9a13f |
UTF-8 | 嶸뗫끝馹췇 | 111001011011011010111000111010111001011110101011111010111000000110011101111010011010011010111001111011001011011110000111 | e5b6b8eb97abeb819de9a6b9ecb787 |
UHC | 嶸뗫끝馹췇 | 11100111101011101000101111101011101100111010000111101100111100011010111001000010 | e7ae8bebb3a1ecf1ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)