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 | ¾®¡ | 1011111010101101100011101010111010001110101000011000111010101101 | bead8eae8ea18ead |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | ???®?¡?? | 001111110011111100111111100011111010001011101110001111111000111110100010110000100011111100111111 | 3f3f3f8fa2ee3f8fa2c23f3f |
| UTF-8 | ¾®¡ | 11000010101111101100001010101101110000101000111011000010101011101100001010001110110000101010000111000010100011101100001010101101 | c2bec2adc28ec2aec28ec2a1c28ec2ad |
| UHC | ¾?®?¡? | 10101000111110101010000110101001001111111010001011100111001111111010001010101110001111111010000110101001 | a8faa1a93fa2e73fa2ae3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)