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 | ?蹕粥漾 | 00111111111001110100101010001010100111111110000001000000 | 3fe74a8a9fe040 |
| EUC-JP | ņ蹕粥漾 | 100011111010101111001111111011011010101110110100101000011101111110100001 | 8fabcfedabb4a1dfa1 |
| UTF-8 | ņ蹕粥漾 | 1100010110000110111010001011100110010101111001111011001010100101111001101011110010111110 | c586e8b995e7b2a5e6bcbe |
| UHC | ??粥? | 0011111100111111111100011101010000111111 | 3f3ff1d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)