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 | ?ル? | 00111111100000111000101100111111 | 3f838b3f |
| EUC-JP | ?ル? | 00111111101001011110101100111111 | 3fa5eb3f |
| UTF-8 | 驪ル젣 | 111011111010011010000111111000111000001110101011111011001010000010100011 | efa687e383abeca0a3 |
| UHC | 驪ル젣 | 111001101010111110101011111010111010000010011100 | e6afabeba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)