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 | 磬鳰 | 11100001111111001110100111101010 | e1fce9ea |
EUC-JP | 磬鳰 | 11100010111111101111001011101100 | e2fef2ec |
UTF-8 | 磬鳰 | 111001111010001110101100111010011011001110110000 | e7a3ace9b3b0 |
UHC | 磬? | 110011001110010000111111 | cce43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)