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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?惡?? | 0011111110011100101001100011111100111111 | 3f9ca63f3f |
EUC-JP | ?惡?? | 0011111111011000101010000011111100111111 | 3fd8a83f3f |
UTF-8 | 렣惡롉롆 | 111010111010000010100011111001101000001110100001111010111010000110001001111010111010000110000110 | eba0a3e683a1eba189eba186 |
UHC | 렣惡롉롆 | 1000111010110100111001001100001010001110110011111000111011001100 | 8eb4e4c28ecf8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)