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 | 襭球江鞫 | 1110011001000010100010111000010110001101010111011110011010010001 | e6428b858d5de691 |
| EUC-JP | 襭球江鞫 | 1110101110100011101101011110010110111001101111101110101111110001 | eba3b5e5b9beebf1 |
| UTF-8 | 襭球江鞫 | 111010001010010110101101111001111001000010000011111001101011000110011111111010011001111010101011 | e8a5ade79083e6b19fe99eab |
| UHC | ?球江鞫 | 00111111110011111011100111001011101100001100111111010100 | 3fcfb9cbb0cfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)