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 | 1110011101111110100100001000100110001010101010010100000001000010 | e77e90898aa94042 |
SJIS-WIN | ?~????@B | 0011111101111110001111110011111100111111001111110100000001000010 | 3f7e3f3f3f3f4042 |
EUC-JP | ç~???©@B | 100011111010101110101110011111100011111100111111001111111000111110100010111011010100000001000010 | 8fabae7e3f3f3f8fa2ed4042 |
UTF-8 | ç~©@B | 11000011101001110111111011000010100100001100001010001001110000101000101011000010101010010100000001000010 | c3a77ec290c289c28ac2a94042 |
UHC | ?~????@B | 0011111101111110001111110011111100111111001111110100000001000010 | 3f7e3f3f3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)