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 | 艾艾^ | 1110010010001000111001001000100001011110 | e488e4885e |
EUC-JP | 艾艾^ | 1110011111101000111001111110100001011110 | e7e8e7e85e |
UTF-8 | 艾艾^ | 11101000100010011011111011101000100010011011111001011110 | e889bee889be5e |
UHC | 艾艾^ | 1110010011110101111001001111010101011110 | e4f5e4f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)