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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淨?虞??? | 1001111111000100001111111000101111110001001111110011111100111111 | 9fc43f8bf13f3f3f |
EUC-JP | 淨?虞??? | 1101111011000110001111111011011011110011001111110011111100111111 | dec63fb6f33f3f3f |
UTF-8 | 淨렠虞렧罹렗 | 111001101011011110101000111010111010000010100000111010001001100110011110111010111010000010100111111011111010011110100110111010111010000010010111 | e6b7a8eba0a0e8999eeba0a7efa7a6eba097 |
UHC | 淨렠虞렧罹렗 | 111011111110010010001110101100011110100111100101100011101011011011101100101110101000111010101100 | efe48eb1e9e58eb6ecba8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)