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 | ?HF | 001111110100100001000110 | 3f4846 |
SJIS-WIN | ?HF | 001111110100100001000110 | 3f4846 |
EUC-JP | ?HF | 001111110100100001000110 | 3f4846 |
UTF-8 | 횪HF | 1110110110011010101010100100100001000110 | ed9aaa4846 |
UHC | 횪HF | 11000011101000000100100001000110 | c3a04846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)