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êGæ¹ | 111010100100011111100110101110010110100011101010010001111110011010111001 | ea47e6b968ea47e6b9 |
SJIS-WIN | ?G??h?G?? | 001111110100011100111111001111110110100000111111010001110011111100111111 | 3f473f3f683f473f3f |
EUC-JP | êGæ?hêGæ? | 1000111110101011101101000100011110001111101010011100000100111111011010001000111110101011101101000100011110001111101010011100000100111111 | 8fabb4478fa9c13f688fabb4478fa9c13f |
UTF-8 | êGæ¹hêGæ¹ | 110000111010101001000111110000111010011011000010101110010110100011000011101010100100011111000011101001101100001010111001 | c3aa47c3a6c2b968c3aa47c3a6c2b9 |
UHC | ?Gæ¹h?Gæ¹ | 00111111010001111010100110100001101010011111011001101000001111110100011110101001101000011010100111110110 | 3f47a9a1a9f6683f47a9a1a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)