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 | ?}??? | 0011111101111101001111110011111100111111 | 3f7d3f3f3f |
| SJIS-WIN | 涌}盖陽盖 | 100101110100111101111101111000011011001110010111011110101110000110110011 | 974f7de1b3977ae1b3 |
| EUC-JP | 涌}盖陽盖 | 110011011011000001111101111000101011010111001101110110111110001010110101 | cdb07de2b5cddbe2b5 |
| UTF-8 | 涌}盖陽盖 | 11100110101101101000110001111101111001111001101110010110111010011001100110111101111001111001101110010110 | e6b68c7de79b96e999bde79b96 |
| UHC | 涌}盖陽盖 | 111010011011111101111101110010111100110011100101110101011100101111001100 | e9bf7dcbcce5d5cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)