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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 貅尖。ェ妺カB | 11100110101110101001000011101011101000011010101011111010101001011011011001000010 | e6ba90eba1aafaa5b642 |
EUC-JP | 貅尖。ェ妺カB | 1110110010111100110000001110110110001110101000011000111010101010100011111011100110110111100011101011011001000010 | ecbcc0ed8ea18eaa8fb9b78eb642 |
UTF-8 | 貅尖。ェ妺カB | 11101000101100101000010111100101101100001001011011101111101111011010000111101111101111011010101011100101101001101011101011101111101111011011011001000010 | e8b285e5b096efbda1efbdaae5a6baefbdb642 |
UHC | ?尖????B | 0011111111110100110100110011111100111111001111110011111101000010 | 3ff4d33f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)