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 | ???夷у? | 0011111100111111001111111000100011001110100001001000010100111111 | 3f3f3f88ce84853f |
| EUC-JP | ???夷у? | 0011111100111111001111111011000011010000101001111110010100111111 | 3f3f3fb0d0a7e53f |
| UTF-8 | 列룸벝夷у룛 | 1110111110100110100111001110101110100011101110001110101110110010100111011110010110100100101101111101000110000011111010111010001110011011 | efa69ceba3b8ebb29de5a4b7d183eba39b |
| UHC | 列룸벝夷у룛 | 111001101110101010110111111010111001001110111000111011001010100010101100111001011000111110010111 | e6eab7eb93b8eca8ace58f97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)