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 | ¨³^ | 101010001011001101011110 | a8b35e |
SJIS-WIN | ¨?^ | 10000001010011100011111101011110 | 814e3f5e |
EUC-JP | ¨?^ | 10100001101011110011111101011110 | a1af3f5e |
UTF-8 | ¨³^ | 1100001010101000110000101011001101011110 | c2a8c2b35e |
UHC | ¨³^ | 1010000110100111101010011111100001011110 | a1a7a9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)