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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???吟ъ? | 0011111100111111001111111000101111100001100001001000110000111111 | 3f3f3f8be1848c3f |
| EUC-JP | ???吟ъ? | 0011111100111111001111111011011011100011101001111110110000111111 | 3f3f3fb6e3a7ec3f |
| UTF-8 | 留롮꽍吟ъ꺑 | 1110111110100111100011011110101110100001101011101110101010111101100011011110010110010000100111111101000110001010111010101011101010010001 | efa78deba1aeeabd8de5909fd18aeaba91 |
| UHC | 留롮꽍吟ъ꺑 | 111010111010011110001110111011001000010010011101111010111110000110101100111011001000001110110111 | eba78eec849debe1acec83b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)