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 | ߧ] | 110111111010011101011101 | dfa75d |
SJIS-WIN | ?§] | 00111111100000011001100001011101 | 3f81985d |
EUC-JP | ߧ] | 100011111010100111001110101000011111100001011101 | 8fa9cea1f85d |
UTF-8 | ߧ] | 1100001110011111110000101010011101011101 | c39fc2a75d |
UHC | ߧ] | 1010100110101100101000011101011101011101 | a9aca1d75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)