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 | ù§] | 111110011010011101011101 | f9a75d |
SJIS-WIN | ?§] | 00111111100000011001100001011101 | 3f81985d |
EUC-JP | ù§] | 100011111010101111100011101000011111100001011101 | 8fabe3a1f85d |
UTF-8 | ù§] | 1100001110111001110000101010011101011101 | c3b9c2a75d |
UHC | ?§] | 00111111101000011101011101011101 | 3fa1d75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)