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 | 鶸湫 | 11101010010100111001111111010101 | ea539fd5 |
EUC-JP | 鶸湫 | 11110011101101001101111011010111 | f3b4ded7 |
UTF-8 | 鶸湫 | 111010011011011010111000111001101011100110101011 | e9b6b8e6b9ab |
UHC | ?湫 | 001111111111010111010011 | 3ff5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)