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 | ñâqçhçfB | 100111111111000111100010011100011110011101101000111001110110011001000010 | 9ff1e271e768e76642 |
SJIS-WIN | ???q?h?fB | 001111110011111100111111011100010011111101101000001111110110011001000010 | 3f3f3f713f683f6642 |
EUC-JP | ?ñâqçhçfB | 0011111110001111101010111101000010001111101010111010010001110001100011111010101110101110011010001000111110101011101011100110011001000010 | 3f8fabd08faba4718fabae688fabae6642 |
UTF-8 | ñâqçhçfB | 1100001010011111110000111011000111000011101000100111000111000011101001110110100011000011101001110110011001000010 | c29fc3b1c3a271c3a768c3a76642 |
UHC | ???q?h?fB | 001111110011111100111111011100010011111101101000001111110110011001000010 | 3f3f3f713f683f6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)