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 | 淫ъ? | 1000100011111010100001001000110000111111 | 88fa848c3f |
| EUC-JP | 淫ъ? | 1011000011111100101001111110110000111111 | b0fca7ec3f |
| UTF-8 | 淫ъ꺑 | 1110011010110111101010111101000110001010111010101011101010010001 | e6b7abd18aeaba91 |
| UHC | 淫ъ꺑 | 111010111110001010101100111011001000001110110111 | ebe2acec83b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)