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 | ?@FP | 00111111010000000100011001010000 | 3f404650 |
SJIS-WIN | ?@FP | 00111111010000000100011001010000 | 3f404650 |
EUC-JP | ?@FP | 00111111010000000100011001010000 | 3f404650 |
UTF-8 | 혪@FP | 111011011001100010101010010000000100011001010000 | ed98aa404650 |
UHC | 혪@FP | 1100001010010010010000000100011001010000 | c292404650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)