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 | ?猩?B | 0011111111100000110011010011111101000010 | 3fe0cd3f42 |
EUC-JP | ?猩?B | 0011111111100000110011110011111101000010 | 3fe0cf3f42 |
UTF-8 | 먳猩쀷B | 11101011101010001011001111100111100011001010100111101100100000001011011101000010 | eba8b3e78ca9ec80b742 |
UHC | 먳猩쀷B | 10010000111100001110000011111010100101111111011101000010 | 90f0e0fa97f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)