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 | ÝÁGB | 100011101101110110001110110000010100011101000010 | 8edd8ec14742 |
SJIS-WIN | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
EUC-JP | ?Ý?ÁGB | 00111111100011111010101011110010001111111000111110101010101000010100011101000010 | 3f8faaf23f8faaa14742 |
UTF-8 | ÝÁGB | 11000010100011101100001110011101110000101000111011000011100000010100011101000010 | c28ec39dc28ec3814742 |
UHC | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)