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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魏。驗 | 1110100110110000101000011110100110000100 | e9b0a1e984 |
EUC-JP | 魏。驗 | 111100101011001010001110101000011111000111100100 | f2b28ea1f1e4 |
UTF-8 | 魏。驗 | 111010011010110110001111111011111011110110100001111010011010100110010111 | e9ad8fefbda1e9a997 |
UHC | 魏?驗 | 1110101011100000001111111111101011010000 | eae03ffad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)