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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??池? | 0011111100111111100100100111001000111111 | 3f3f92723f |
| EUC-JP | 饔?池? | 10001111111010001110111100111111110000111101001100111111 | 8fe8ef3fc3d33f |
| UTF-8 | 饔렡池렒 | 111010011010010110010100111010111010000010100001111001101011000110100000111010111010000010010010 | e9a594eba0a1e6b1a0eba092 |
| UHC | 饔렡池렒 | 1110100010111101100011101011001011110010101011101000111010100111 | e8bd8eb2f2ae8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)