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 | òãFòãFB | 11110010111000110100011011110010111000110100011001000010 | f2e346f2e34642 |
SJIS-WIN | ??F??FB | 00111111001111110100011000111111001111110100011001000010 | 3f3f463f3f4642 |
EUC-JP | òãFòãFB | 100011111010101111010010100011111010101110101010010001101000111110101011110100101000111110101011101010100100011001000010 | 8fabd28fabaa468fabd28fabaa4642 |
UTF-8 | òãFòãFB | 1100001110110010110000111010001101000110110000111011001011000011101000110100011001000010 | c3b2c3a346c3b2c3a34642 |
UHC | ??F??FB | 00111111001111110100011000111111001111110100011001000010 | 3f3f463f3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)