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 | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 褶ッx | 11100101111101111010111101111000 | e5f7af78 |
EUC-JP | 褶ッx | 1110101011111001100011101010111101111000 | eaf98eaf78 |
UTF-8 | 褶ッx | 11101000101001001011011011101111101111011010111101111000 | e8a4b6efbdaf78 |
UHC | 褶?x | 11100011101010000011111101111000 | e3a83f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)