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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??粹 | 00111111001111111110001011101101 | 3f3fe2ed |
| EUC-JP | ??粹 | 00111111001111111110010011101111 | 3f3fe4ef |
| UTF-8 | 푠윽粹 | 111011011001000110100000111011001001110010111101111001111011001010111001 | ed91a0ec9cbde7b2b9 |
| UHC | 푠윽粹 | 110001111010011011000000101110011110001010110110 | c7a6c0b9e2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)