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 | ?HG | 001111110100100001000111 | 3f4847 |
SJIS-WIN | ?HG | 001111110100100001000111 | 3f4847 |
EUC-JP | ?HG | 001111110100100001000111 | 3f4847 |
UTF-8 | 묬HG | 1110101110101100101011000100100001000111 | ebacac4847 |
UHC | 묬HG | 10010010010000110100100001000111 | 92434847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)