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 | 樊絨 | 10011110111001101110001101001111 | 9ee6e34f |
EUC-JP | 樊絨 | 11011100111010001110010110110000 | dce8e5b0 |
UTF-8 | 樊絨 | 111001101010100010001010111001111011010110101000 | e6a88ae7b5a8 |
UHC | 樊絨 | 11011011111000001110101111010110 | dbe0ebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)