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 | °Û×Û | 1011000011011011100011111101011111011011 | b0db8fd7db |
SJIS-WIN | °??×? | 10000001100010110011111100111111100000010111111000111111 | 818b3f3f817e3f |
EUC-JP | °Û?×Û | 1010000111101011100011111010101011100101001111111010000111011111100011111010101011100101 | a1eb8faae53fa1df8faae5 |
UTF-8 | °Û×Û | 11000010101100001100001110011011110000101000111111000011100101111100001110011011 | c2b0c39bc28fc397c39b |
UHC | °??×? | 10100001110001100011111100111111101000011011111100111111 | a1c63f3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)