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 | å^µ | 11000011101001010101111011000010100110101100001010110101 | c3a55ec29ac2b5 |
| SJIS-WIN | ?¥^???? | 0011111110000001100011110101111000111111001111110011111100111111 | 3f818f5e3f3f3f3f |
| EUC-JP | Ã?^Â?Â? | 10001111101010101010101000111111010111101000111110101010101001000011111110001111101010101010010000111111 | 8faaaa3f5e8faaa43f8faaa43f |
| UTF-8 | å^µ | 11000011100000111100001010100101010111101100001110000010110000101001101011000011100000101100001010110101 | c383c2a55ec382c29ac382c2b5 |
| UHC | ??^???? | 00111111001111110101111000111111001111110011111100111111 | 3f3f5e3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)