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 | フンヒソェッ | 110011001101110111001011101111111010101010101111 | ccddcbbfaaaf |
| EUC-JP | フンヒソェッ | 100011101100110010001110110111011000111011001011100011101011111110001110101010101000111010101111 | 8ecc8edd8ecb8ebf8eaa8eaf |
| UTF-8 | フンヒソェッ | 111011111011111010001100111011111011111010011101111011111011111010001011111011111011110110111111111011111011110110101010111011111011110110101111 | efbe8cefbe9defbe8befbdbfefbdaaefbdaf |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)