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 | 0011111101100100 | 3f64 |
SJIS-WIN | 廩d | 100111000100100001100100 | 9c4864 |
EUC-JP | 廩d | 110101111010100101100100 | d7a964 |
UTF-8 | 廩d | 11100101101110111010100101100100 | e5bba964 |
UHC | ?d | 0011111101100100 | 3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)