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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮ォ逞 | 1110100110011011101010111110011110010111 | e99babe797 |
EUC-JP | 髮ォ逞 | 111100011111101110001110101010111110110111110111 | f1fb8eabedf7 |
UTF-8 | 髮ォ逞 | 111010011010101110101110111011111011110110101011111010011000000010011110 | e9abaeefbdabe9809e |
UHC | 髮?逞 | 1101101110100101001111111101011011000001 | dba53fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)