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 | ????X^ | 001111110011111100111111001111110101100001011110 | 3f3f3f3f585e |
SJIS-WIN | 蠍エ隴ッX^ | 1110010110110110101101001110100010101101101011110101100001011110 | e5b6b4e8adaf585e |
EUC-JP | 蠍エ隴ッX^ | 11101010101110001000111010110100111100001010111110001110101011110101100001011110 | eab88eb4f0af8eaf585e |
UTF-8 | 蠍エ隴ッX^ | 1110100010100000100011011110111110111101101101001110100110011010101101001110111110111101101011110101100001011110 | e8a08defbdb4e99ab4efbdaf585e |
UHC | ????X^ | 001111110011111100111111001111110101100001011110 | 3f3f3f3f585e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)