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 | ??E] | 00111111001111110100010101011101 | 3f3f455d |
SJIS-WIN | 漆磁E] | 100011101011110110001110101001010100010101011101 | 8ebd8ea5455d |
EUC-JP | 漆磁E] | 101111001011111110111100101001110100010101011101 | bcbfbca7455d |
UTF-8 | 漆磁E] | 1110011010111100100001101110011110100011100000010100010101011101 | e6bc86e7a381455d |
UHC | 漆磁E] | 111101101101010011101101101110000100010101011101 | f6d4edb8455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)