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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 怐涌h | 1001110010000001100101110100111101101000 | 9c81974f68 |
EUC-JP | 怐涌h | 1101011111100001110011011011000001101000 | d7e1cdb068 |
UTF-8 | 怐涌h | 11100110100000001001000011100110101101101000110001101000 | e68090e6b68c68 |
UHC | ?涌h | 00111111111010011011111101101000 | 3fe9bf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)