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 | 短臓揃 | 100100100101101010010001100111111001000110110101 | 925a919f91b5 |
| EUC-JP | 短臓揃 | 110000111011101111000010101000011100001010110111 | c3bbc2a1c2b7 |
| UTF-8 | 短臓揃 | 111001111001111110101101111010001000011110010011111001101000111110000011 | e79fade88793e68f83 |
| UHC | 短?? | 11010011101011010011111100111111 | d3ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)