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 | 渙湫 | 10011111110100001001111111010101 | 9fd09fd5 |
EUC-JP | 渙湫 | 11011110110100101101111011010111 | ded2ded7 |
UTF-8 | 渙湫 | 111001101011100010011001111001101011100110101011 | e6b899e6b9ab |
UHC | 渙湫 | 11111100101110011111010111010011 | fcb9f5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)