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 | 短臓足 | 100100100101101010010001100111111001000110101011 | 925a919f91ab |
| EUC-JP | 短臓足 | 110000111011101111000010101000011100001010101101 | c3bbc2a1c2ad |
| UTF-8 | 短臓足 | 111001111001111110101101111010001000011110010011111010001011011010110011 | e79fade88793e8b6b3 |
| UHC | 短?足 | 1101001110101101001111111111000011101011 | d3ad3ff0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)