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 | 綉本餠廏 | 1110001101010100100101100111101111101001010101011001101111111100 | e354967be9559bfc |
| EUC-JP | 綉本餠廏 | 1110010110110101110010111101110011110001101101101101011011111110 | e5b5cbdcf1b6d6fe |
| UTF-8 | 綉本餠廏 | 111001111011011010001001111001101001110010101100111010011010010010100000111001011011101110001111 | e7b689e69cace9a4a0e5bb8f |
| UHC | ?本餠? | 001111111101110011100010110111001011111100111111 | 3fdce2dcbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)