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 | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 禪泄O | 1110001001010111100111111001010101001111 | e2579f954f |
| EUC-JP | 禪泄O | 1110001110111000110111011111010101001111 | e3b8ddf54f |
| UTF-8 | 禪泄O | 11100111101001101010101011100110101100111000010001001111 | e7a6aae6b3844f |
| UHC | 禪泄O | 1110000011001001111000001101110001001111 | e0c9e0dc4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)