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 | 讀鶩 | 11100110101001001110101001001110 | e6a4ea4e |
EUC-JP | 讀鶩 | 11101100101001101111001110101111 | eca6f3af |
UTF-8 | 讀鶩 | 111010001010111010000000111010011011011010101001 | e8ae80e9b6a9 |
UHC | 讀鶩 | 11010100110000011101100111010000 | d4c1d9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)