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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 鳧湫鳧湫B | 111010011110100010011111110101011110100111101000100111111101010101000010 | e9e89fd5e9e89fd542 |
| EUC-JP | 鳧湫鳧湫B | 111100101110101011011110110101111111001011101010110111101101011101000010 | f2eaded7f2eaded742 |
| UTF-8 | 鳧湫鳧湫B | 11101001101100111010011111100110101110011010101111101001101100111010011111100110101110011010101101000010 | e9b3a7e6b9abe9b3a7e6b9ab42 |
| UHC | 鳧湫鳧湫B | 110111011100000011110101110100111101110111000000111101011101001101000010 | ddc0f5d3ddc0f5d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)