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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 彗?^ | 10011100011000010011111101011110 | 9c613f5e |
EUC-JP | 彗?^ | 11010111110000100011111101011110 | d7c23f5e |
UTF-8 | 彗뢶^ | 11100101101111011001011111101011101000101011011001011110 | e5bd97eba2b65e |
UHC | 彗뢶^ | 1111101110110010100011110111010001011110 | fbb28f745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)