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 | 耡橆^ | 1110001111010010111110101110111101011110 | e3d2faef5e |
EUC-JP | 耡橆^ | 111001101101010010001111110001011010011101011110 | e6d48fc5a75e |
UTF-8 | 耡橆^ | 11101000100000001010000111100110101010011000011001011110 | e880a1e6a9865e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)