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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | イ馗^ | 10110010111010010110001101011110 | b2e9635e |
EUC-JP | イ馗^ | 1000111010110010111100011100010001011110 | 8eb2f1c45e |
UTF-8 | イ馗^ | 11101111101111011011001011101001101001101001011101011110 | efbdb2e9a6975e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)