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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 雍???檍 | 11101000101101000011111100111111001111111001111011111000 | e8b43f3f3f9ef8 |
| EUC-JP | 雍???檍 | 11110000101101100011111100111111001111111101110011111010 | f0b63f3f3fdcfa |
| UTF-8 | 雍렓롈렦檍 | 111010011001101110001101111010111010000010010011111010111010000110001000111010111010000010100110111001101010101010001101 | e99b8deba093eba188eba0a6e6aa8d |
| UHC | 雍렓롈렦檍 | 11101000101111001000111010101000100011101100111010001110101101011110010111100101 | e8bc8ea88ece8eb5e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)