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Æ·h | 110001101011011101101000110001101011011101101000 | c6b768c6b768 |
SJIS-WIN | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
EUC-JP | Æ?hÆ?h | 10001111101010011010000100111111011010001000111110101001101000010011111101101000 | 8fa9a13f688fa9a13f68 |
UTF-8 | Æ·hÆ·h | 11000011100001101100001010110111011010001100001110000110110000101011011101101000 | c386c2b768c386c2b768 |
UHC | Æ·hÆ·h | 10101000101000011010000110100100011010001010100010100001101000011010010001101000 | a8a1a1a468a8a1a1a468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)