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 | 億??有 | 100010011010110100111111001111111001011101001100 | 89ad3f3f974c |
| EUC-JP | 億??有 | 101100101010111100111111001111111100110110101101 | b2af3f3fcdad |
| UTF-8 | 億쇰뿪有 | 111001011000010010000100111011001000011110110000111010111011111110101010111001101001110010001001 | e58484ec87b0ebbfaae69c89 |
| UHC | 億쇰뿪有 | 1110010111100010101111001110101110010111101010101110101011110011 | e5e2bceb97aaeaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)