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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?干h | 00111111100010101011000101101000 | 3f8ab168 |
EUC-JP | ?干h | 00111111101101001011001101101000 | 3fb4b368 |
UTF-8 | 걺干h | 11101010101100011011101011100101101110011011001001101000 | eab1bae5b9b268 |
UHC | 걺干h | 1011000011001010110010101100111001101000 | b0cacace68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)