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 | 邵臥ク隠 | 11100111101110001000100111100111101110001000100101000010 | e7b889e7b88942 |
| EUC-JP | 邵臥ク隠 | 1110111010111010101100101110100110001110101110001011000110100011 | eebab2e98eb8b1a3 |
| UTF-8 | 邵臥ク隠 | 111010011000001010110101111010001000011110100101111011111011110110111000111010011001101010100000 | e982b5e887a5efbdb8e99aa0 |
| UHC | 邵臥?? | 111000011101000011101000110000100011111100111111 | e1d0e8c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)