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 | 應? | 100111001110010000111111 | 9ce43f |
EUC-JP | 應? | 110110001110011000111111 | d8e63f |
UTF-8 | 應숃 | 111001101000011110001001111011001000100010000011 | e68789ec8883 |
UHC | 應숃 | 11101011111010111001100111101000 | ebeb99e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)