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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 彗?彗?^ | 10011100011000010011111110011100011000010011111101011110 | 9c613f9c613f5e |
EUC-JP | 彗?彗?^ | 11010111110000100011111111010111110000100011111101011110 | d7c23fd7c23f5e |
UTF-8 | 彗뾆彗뾆^ | 11100101101111011001011111101011101111101000011011100101101111011001011111101011101111101000011001011110 | e5bd97ebbe86e5bd97ebbe865e |
UHC | 彗뾆彗뾆^ | 111110111011001010010111010001001111101110110010100101110100010001011110 | fbb29744fbb297445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)