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 | Ê¥¶ýO | 1100101010100101101101101111110101001111 | caa5b6fd4f |
| SJIS-WIN | ?¥¶?O | 00111111100000011000111110000001111101110011111101001111 | 3f818f81f73f4f |
| EUC-JP | Ê?¶ýO | 10001111101010101011010000111111101000101111100110001111101010111111001001001111 | 8faab43fa2f98fabf24f |
| UTF-8 | Ê¥¶ýO | 110000111000101011000010101001011100001010110110110000111011110101001111 | c38ac2a5c2b6c3bd4f |
| UHC | ??¶?O | 001111110011111110100010110100100011111101001111 | 3f3fa2d23f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)