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 | ?{d | 001111110111101101100100 | 3f7b64 |
SJIS-WIN | 盞{d | 11100001101101010111101101100100 | e1b57b64 |
EUC-JP | 盞{d | 11100010101101110111101101100100 | e2b77b64 |
UTF-8 | 盞{d | 1110011110011011100111100111101101100100 | e79b9e7b64 |
UHC | 盞{d | 11101101110100110111101101100100 | edd37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)