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 | 樒愧 | 10011110111001111001110011000001 | 9ee79cc1 |
EUC-JP | 樒愧 | 11011100111010011101100011000011 | dce9d8c3 |
UTF-8 | 樒愧 | 111001101010100010010010111001101000010010100111 | e6a892e684a7 |
UHC | ?愧 | 001111111100111011010111 | 3fced7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)