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 | 姚?于? | 100110110100110000111111100110001011000000111111 | 9b4c3f98b03f |
| EUC-JP | 姚?于? | 110101011010110100111111110100001011001000111111 | d5ad3fd0b23f |
| UTF-8 | 姚뤖于셰 | 111001011010011110011010111010111010010010010110111001001011101010001110111011001000010110110000 | e5a79aeba496e4ba8eec85b0 |
| UHC | 姚뤖于셰 | 1110100011101110100011111100011011101001110011011011110011001110 | e8ee8fc6e9cdbcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)