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 | ????θ? | 00111111001111110011111100111111100000111100011000111111 | 3f3f3f3f83c63f |
| EUC-JP | ???沅θ? | 001111110011111100111111100011111100011011101001101001101100100000111111 | 3f3f3f8fc6e9a6c83f |
| UTF-8 | 蓮㏐래沅θ첑 | 1110111110100110100110011110001110001111100100001110101110011110100110001110011010110010100001011100111010111000111011001011001010010001 | efa699e38f90eb9e98e6b285ceb8ecb291 |
| UHC | 蓮㏐래沅θ첑 | 111001101110010110100111111010101011011110100001111010101011011010100101111010001010101010011110 | e6e5a7eab7a1eab6a5e8aa9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)