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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 煽賞煽粟煽 | 10010000111110001000111111011100100100001111100010001000101111101001000011111000 | 90f88fdc90f888be90f8 |
EUC-JP | 煽賞煽粟煽 | 11000000111110101011111011011110110000001111101010110000110000001100000011111010 | c0fabedec0fab0c0c0fa |
UTF-8 | 煽賞煽粟煽 | 111001111000010110111101111010001011001110011110111001111000010110111101111001111011001010011111111001111000010110111101 | e785bde8b39ee785bde7b29fe785bd |
UHC | 煽賞煽粟煽 | 11100000110000111101111111011011111000001100001111100001110110001110000011000011 | e0c3dfdbe0c3e1d8e0c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)