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 | 綉本盻 | 111000110101010010010110011110111110000110111011 | e354967be1bb |
| EUC-JP | 綉本盻 | 111001011011010111001011110111001110001010111101 | e5b5cbdce2bd |
| UTF-8 | 綉本盻 | 111001111011011010001001111001101001110010101100111001111001101110111011 | e7b689e69cace79bbb |
| UHC | ?本? | 00111111110111001110001000111111 | 3fdce23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)