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 | 艤? | 111001000111111000111111 | e47e3f |
EUC-JP | 艤? | 111001111101111100111111 | e7df3f |
UTF-8 | 艤섍 | 111010001000100110100100111011001000010010001101 | e889a4ec848d |
UHC | 艤섍 | 11101011111110101001100011101010 | ebfa98ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)