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 | 莉門叉霎 | 1110010010111011100101101110010110001101101100111110100010111110 | e4bb96e58db3e8be |
| EUC-JP | 莉門叉霎 | 1110100010111101110011001110011110111010101101011111000011000000 | e8bdcce7bab5f0c0 |
| UTF-8 | 莉門叉霎 | 111010001000111010001001111010011001011010000000111001011000111110001001111010011001110010001110 | e88e89e99680e58f89e99c8e |
| UHC | 莉門叉? | 11010111111010011101101010100110111100111010100100111111 | d7e9daa6f3a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)