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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 竪側族 | 100100100100011110010001101001001001000110110000 | 924791a491b0 |
| EUC-JP | 竪側族 | 110000111010100011000010101001101100001010110010 | c3a8c2a6c2b2 |
| UTF-8 | 竪側族 | 111001111010101110101010111001011000000110110100111001101001011110001111 | e7abaae581b4e6978f |
| UHC | 竪側族 | 111000101011010111110110101100001111000011101001 | e2b5f6b0f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)