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 | 楮舒 | 10011110101110001001100010101110 | 9eb898ae |
EUC-JP | 楮舒 | 11011100101110101101000010110000 | dcbad0b0 |
UTF-8 | 楮舒 | 111001101010010110101110111010001000100010010010 | e6a5aee88892 |
UHC | 楮舒 | 11101110101111111110000010100010 | eebfe0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)