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 | 瘋慱 | 11100001100001101001110011010011 | e1869cd3 |
EUC-JP | 瘋慱 | 11100001111001101101100011010101 | e1e6d8d5 |
UTF-8 | 瘋慱 | 111001111001100010001011111001101000010110110001 | e7988be685b1 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)