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 | 11100111101011111011011101111000 | e7afb778 |
EUC-JP | 遽キx | 1110111010110001100011101011011101111000 | eeb18eb778 |
UTF-8 | 遽キx | 11101001100000011011110111101111101111011011011101111000 | e981bdefbdb778 |
UHC | 遽?x | 11001011111010000011111101111000 | cbe83f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)