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 | セ謗サ篠消 | 10111110111001101000111010111011100011101100001010001111110000011111010011101100 | bee68ebb8ec28fc1f4ec |
| EUC-JP | セ謗サ篠消? | 1000111010111110111010111110111010001110101110111011110011000100101111101100001100111111 | 8ebeebee8ebbbcc4bec33f |
| UTF-8 | セ謗サ篠消 | 111011111011110110111110111010001010110010010111111011111011110110111011111001111010111110100000111001101011011010001000111011101000111010011011 | efbdbee8ac97efbdbbe7afa0e6b688ee8e9b |
| UHC | ?謗?篠消? | 001111111101101110111111001111111110000111000110111000011011110000111111 | 3fdbbf3fe1c6e1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)