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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 瘟??泳?h | 1110000110001001001111110011111110001001011010100011111101101000 | e1893f3f896a3f68 |
EUC-JP | 瘟??泳?h | 1110000111101001001111110011111110110001110010110011111101101000 | e1e93f3fb1cb3f68 |
UTF-8 | 瘟룬걶泳숣h | 11100111100110001001111111101011101000111010110011101010101100011011011011100110101100111011001111101100100010001010001101101000 | e7989feba3aceab1b6e6b3b3ec88a368 |
UHC | 瘟룬걶泳숣h | 1110100010110000101101111110100110000001100111001110011110110110100110011111111001101000 | e8b0b7e9819ce7b699fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)