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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 彗?B | 10011100011000010011111101000010 | 9c613f42 |
EUC-JP | 彗?B | 11010111110000100011111101000010 | d7c23f42 |
UTF-8 | 彗뢦B | 11100101101111011001011111101011101000101010011001000010 | e5bd97eba2a642 |
UHC | 彗뢦B | 1111101110110010100011110110011101000010 | fbb28f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)