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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 珈珀韈h | 11100000110110111110000011011111111010001110011101101000 | e0dbe0dfe8e768 |
EUC-JP | 珈珀韈h | 11100000110111011110000011100001111100001110100101101000 | e0dde0e1f0e968 |
UTF-8 | 珈珀韈h | 11100111100011111000100011100111100011111000000011101001100111111000100001101000 | e78f88e78f80e99f8868 |
UHC | ?珀?h | 0011111111011010110101100011111101101000 | 3fdad63f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)