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 | Ψ^ | 100000111011010101011110 | 83b55e |
EUC-JP | Ψ^ | 101001101011011101011110 | a6b75e |
UTF-8 | Ψ^ | 110011101010100001011110 | cea85e |
UHC | Ψ^ | 101001011101011101011110 | a5d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)