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 | 應쯆 | 111001101000011110001001111011001010111110000110 | e68789ecaf86 |
UHC | 應쯆 | 11101011111010111010100101000010 | ebeba942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)