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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 譟枉 | 11100110100111111001111001011101 | e69f9e5d |
EUC-JP | 譟枉 | 11101100101000011101101110111110 | eca1dbbe |
UTF-8 | 譟枉 | 111010001010110110011111111001101001111010001001 | e8ad9fe69e89 |
UHC | ?枉 | 001111111110100011011011 | 3fe8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)