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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 霄。遞歐 | 11101000101110101010000111100111101010001001111101011110 | e8baa1e7a89f5e |
| EUC-JP | 霄。遞歐 | 1111000010111100100011101010000111101110101010101101110110111111 | f0bc8ea1eeaaddbf |
| UTF-8 | 霄。遞歐 | 111010011001110010000100111011111011110110100001111010011000000110011110111001101010110110010000 | e99c84efbda1e9819ee6ad90 |
| UHC | ??遞歐 | 001111110011111111110100111101101100111110110001 | 3f3ff4f6cfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)