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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | Ζ^ | 100000111010010001011110 | 83a45e |
EUC-JP | Ζ^ | 101001101010011001011110 | a6a65e |
UTF-8 | Ζ^ | 110011101001011001011110 | ce965e |
UHC | Ζ^ | 101001011100011001011110 | a5c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)