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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | シミ尺社邪而 | 10111100110100001000111011011010100011101101000010001110110101111000111010100111 | bcd08eda8ed08ed78ea7 |
| EUC-JP | シミ尺社邪而 | 100011101011110010001110110100001011110011011100101111001101001010111100110110011011110010101001 | 8ebc8ed0bcdcbcd2bcd9bca9 |
| UTF-8 | シミ尺社邪而 | 111011111011110110111100111011111011111010010000111001011011000010111010111001111010010010111110111010011000001010101010111010001000000010001100 | efbdbcefbe90e5b0bae7a4bee982aae8808c |
| UHC | ??尺社邪而 | 00111111001111111111010010101001110111101110010011011110111101111110110010111011 | 3f3ff4a9dee4def7ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)