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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ゙淲ル | 110111101111101101000100110110011111100111110101 | defb44d9f9f5 |
| EUC-JP | ゙?ル? | 100011101101111000111111100011101101100100111111 | 8ede3f8ed93f |
| UTF-8 | ゙淲ル | 111011111011111010011110111001101011011110110010111011111011111010011001111011101001110110010000 | efbe9ee6b7b2efbe99ee9d90 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)