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 | 搜? | 100111010111001000111111 | 9d723f |
EUC-JP | 搜? | 110110011101001100111111 | d9d33f |
UTF-8 | 搜咽 | 111001101001000010011100111011111010011010011110 | e6909cefa69e |
UHC | 搜咽 | 11100010101001001110011011101100 | e2a4e6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)