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 | 襭球江赧 | 1110011001000010100010111000010110001101010111011110011011011101 | e6428b858d5de6dd |
| EUC-JP | 襭球江赧 | 1110101110100011101101011110010110111001101111101110110011011111 | eba3b5e5b9beecdf |
| UTF-8 | 襭球江赧 | 111010001010010110101101111001111001000010000011111001101011000110011111111010001011010110100111 | e8a5ade79083e6b19fe8b5a7 |
| UHC | ?球江? | 001111111100111110111001110010111011000000111111 | 3fcfb9cbb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)