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 | HáÐVB | 1001110010000001100110100100100011100001110100000101011001000010 | 9c819a48e1d05642 |
SJIS-WIN | ???H??VB | 0011111100111111001111110100100000111111001111110101011001000010 | 3f3f3f483f3f5642 |
EUC-JP | ???Há?VB | 00111111001111110011111101001000100011111010101110100001001111110101011001000010 | 3f3f3f488faba13f5642 |
UTF-8 | HáÐVB | 11000010100111001100001010000001110000101001101001001000110000111010000111000011100100000101011001000010 | c29cc281c29a48c3a1c3905642 |
UHC | ???H?ÐVB | 001111110011111100111111010010000011111110101000101000100101011001000010 | 3f3f3f483fa8a25642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)