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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 息測息足h | 100100011010011110010001101010101001000110100111100100011010101101101000 | 91a791aa91a791ab68 |
EUC-JP | 息測息足h | 110000101010100111000010101011001100001010101001110000101010110101101000 | c2a9c2acc2a9c2ad68 |
UTF-8 | 息測息足h | 11100110100000011010111111100110101110001010110011100110100000011010111111101000101101101011001101101000 | e681afe6b8ace681afe8b6b368 |
UHC | 息測息足h | 111000111101001111110110101101001110001111010011111100001110101101101000 | e3d3f6b4e3d3f0eb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)