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 | 梳誦 | 10011110100000001110011001110101 | 9e80e675 |
EUC-JP | 梳誦 | 11011011111000001110101111010110 | dbe0ebd6 |
UTF-8 | 梳誦 | 111001101010001010110011111010001010101010100110 | e6a2b3e8aaa6 |
UHC | 梳誦 | 11100001101110101110000111101001 | e1bae1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)