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 | 即蔵息足 | 1001000110100110100100011010000010010001101001111001000110101011 | 91a691a091a791ab |
| EUC-JP | 即蔵息足 | 1100001010101000110000101010001011000010101010011100001010101101 | c2a8c2a2c2a9c2ad |
| UTF-8 | 即蔵息足 | 111001011000110110110011111010001001010010110101111001101000000110101111111010001011011010110011 | e58db3e894b5e681afe8b6b3 |
| UHC | ??息足 | 001111110011111111100011110100111111000011101011 | 3f3fe3d3f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)