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 | 臟?臟?^ | 11100100011001100011111111100100011001100011111101011110 | e4663fe4663f5e |
EUC-JP | 臟?臟?^ | 11100111110001110011111111100111110001110011111101011110 | e7c73fe7c73f5e |
UTF-8 | 臟뾆臟뾆^ | 11101000100001111001111111101011101111101000011011101000100001111001111111101011101111101000011001011110 | e8879febbe86e8879febbe865e |
UHC | 臟뾆臟뾆^ | 111011011111010010010111010001001110110111110100100101110100010001011110 | edf49744edf497445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)