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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | セシ篝辞E | 10111110101111001110001010111110100011101010101101000101 | bebce2be8eab45 |
EUC-JP | セシ篝辞E | 100011101011111010001110101111001110010011000000101111001010110101000101 | 8ebe8ebce4c0bcad45 |
UTF-8 | セシ篝辞E | 11101111101111011011111011101111101111011011110011100111101011111001110111101000101111101001111001000101 | efbdbeefbdbce7af9de8be9e45 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)