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 | ????Uk | 001111110011111100111111001111110101010101101011 | 3f3f3f3f556b |
SJIS-WIN | 巐呷ァッUk | 1111101010110110100110011110110010100111101011110101010101101011 | fab699eca7af556b |
EUC-JP | 巐呷ァッUk | 1000111110111011111110011101001011101110100011101010011110001110101011110101010101101011 | 8fbbf9d2ee8ea78eaf556b |
UTF-8 | 巐呷ァッUk | 1110010110110111100100001110010110010001101101111110111110111101101001111110111110111101101011110101010101101011 | e5b790e591b7efbda7efbdaf556b |
UHC | ????Uk | 001111110011111100111111001111110101010101101011 | 3f3f3f3f556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)