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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蟋サ蟋サB | 11100101101001111011101111100101101001111011101101000010 | e5a7bbe5a7bb42 |
EUC-JP | 蟋サ蟋サB | 111010101010100110001110101110111110101010101001100011101011101101000010 | eaa98ebbeaa98ebb42 |
UTF-8 | 蟋サ蟋サB | 11101000100111111000101111101111101111011011101111101000100111111000101111101111101111011011101101000010 | e89f8befbdbbe89f8befbdbb42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)