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 | 製?低麥 | 10010000101110110011111110010010111000011110101001101101 | 90bb3f92e1ea6d |
| EUC-JP | 製?低麥 | 11000000101111010011111111000100111000111111001111001110 | c0bd3fc4e3f3ce |
| UTF-8 | 製렩低麥 | 111010001010001110111101111010111010000010101001111001001011110110001110111010011011101010100101 | e8a3bdeba0a9e4bd8ee9baa5 |
| UHC | 製렩低麥 | 1111000010110010100011101011011111101110101110001101100011101010 | f0b28eb7eeb8d8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)