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 | êGæ¹h | 1110101001000111111001101011100101101000 | ea47e6b968 |
SJIS-WIN | ?G??h | 0011111101000111001111110011111101101000 | 3f473f3f68 |
EUC-JP | êGæ?h | 100011111010101110110100010001111000111110101001110000010011111101101000 | 8fabb4478fa9c13f68 |
UTF-8 | êGæ¹h | 1100001110101010010001111100001110100110110000101011100101101000 | c3aa47c3a6c2b968 |
UHC | ?Gæ¹h | 00111111010001111010100110100001101010011111011001101000 | 3f47a9a1a9f668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)