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 | 莎鰹繍苙 | 1110010010110011100010101000111110001111010010101110010010011110 | e4b38a8f8f4ae49e |
| EUC-JP | 莎鰹繍苙 | 1110100010110101101100111110111110111101101010111110011111111110 | e8b5b3efbdabe7fe |
| UTF-8 | 莎鰹繍苙 | 111010001000111010001110111010011011000010111001111001111011100110001101111010001000101110011001 | e88e8ee9b0b9e7b98de88b99 |
| UHC | 莎??? | 1101111011101101001111110011111100111111 | deed3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)