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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 疾縞踈シネ讌 | 10001110101111101000111011001000111001101111000110111100110010001110011010100101 | 8ebe8ec8e6f1bcc8e6a5 |
| EUC-JP | 疾縞踈シネ讌 | 101111001100000010111100110010101110110011110011100011101011110010001110110010001110110010100111 | bcc0bccaecf38ebc8ec8eca7 |
| UTF-8 | 疾縞踈シネ讌 | 111001111001011010111110111001111011100010011110111010001011100010001000111011111011110110111100111011111011111010001000111010001010111010001100 | e796bee7b89ee8b888efbdbcefbe88e8ae8c |
| UHC | 疾縞???? | 1111001011110000111110111101011000111111001111110011111100111111 | f2f0fbd63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)