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 | 淨?虞?窪系 | 10011111110001000011111110001011111100010011111110001100010001011000110001101110 | 9fc43f8bf13f8c458c6e |
EUC-JP | 淨?虞?窪系 | 11011110110001100011111110110110111100110011111110110111101001101011011111001111 | dec63fb6f33fb7a6b7cf |
UTF-8 | 淨렠虞렧窪系 | 111001101011011110101000111010111010000010100000111010001001100110011110111010111010000010100111111001111010101010101010111001111011001110111011 | e6b7a8eba0a0e8999eeba0a7e7aaaae7b3bb |
UHC | 淨렠虞렧窪系 | 111011111110010010001110101100011110100111100101100011101011011011101000110000011100110110100111 | efe48eb1e9e58eb6e8c1cda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)