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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 搔?搔?^ | 100011111100000011001011001111111000111111000000110010110011111101011110 | 8fc0cb3f8fc0cb3f5e |
UTF-8 | 搔뿙搔쑄^ | 11100110100100001001010011101011101111111001100111100110100100001001010011101100100100011000010001011110 | e69094ebbf99e69094ec91845e |
UHC | 搔뿙搔쑄^ | 111000011011100010010111100111001110000110111000100111001010010001011110 | e1b8979ce1b89ca45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)