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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髣・貊難ス。 | 111010011001011110100101111001101011101110010011111011111011110110100001 | e997a5e6bb93efbda1 |
EUC-JP | 髣・貊難ス。 | 111100011111011110001110101001011110110010111101110001101111000110001110101111011000111010100001 | f1f78ea5ecbdc6f18ebd8ea1 |
UTF-8 | 髣・貊難ス。 | 111010011010101110100011111011111011110110100101111010001011001010001010111010011001101110100011111011111011110110111101111011111011110110100001 | e9aba3efbda5e8b28ae99ba3efbdbdefbda1 |
UHC | ??貊難?? | 0011111100111111110110001110011111010001111100010011111100111111 | 3f3fd8e7d1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)