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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 霆雁濤雉、 | 11101000101110111000101011100101100111111011011111101000101100111000000101000001 | e8bb8ae59fb7e8b38141 |
| EUC-JP | 霆雁濤雉、 | 11110000101111011011010011100111110111101011100111110000101101011010000110100010 | f0bdb4e7deb9f0b5a1a2 |
| UTF-8 | 霆雁濤雉、 | 111010011001110010000110111010011001101110000001111001101011111110100100111010011001101110001001111000111000000010000001 | e99c86e99b81e6bfa4e99b89e38081 |
| UHC | 霆雁濤雉、 | 11101111111111011110010011010010110101001010011011110110110010111010000110100010 | effde4d2d4a6f6cba1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)