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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ????敎^ | 00111111001111110011111100111111111110101100110101011110 | 3f3f3f3ffacd5e |
| EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| UTF-8 | 룶濫푸룶敎^ | 11101011101000111011011011101111101001001010001011101101100100011011100011101011101000111011011011100110100101011000111001011110 | eba3b6efa4a2ed91b8eba3b6e6958e5e |
| UHC | 룶濫푸룶敎^ | 1000111110101011110100011111101011000111101010101000111110101011110011101110011101011110 | 8fabd1fac7aa8fabcee75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)