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 | ?????i^ | 00111111001111110011111100111111001111110110100101011110 | 3f3f3f3f3f695e |
SJIS-WIN | ?????i^ | 00111111001111110011111100111111001111110110100101011110 | 3f3f3f3f3f695e |
EUC-JP | ?????i^ | 00111111001111110011111100111111001111110110100101011110 | 3f3f3f3f3f695e |
UTF-8 | 셍롒롆셔섕i^ | 1110110010000101100011011110101110100001100100101110101110100001100001101110110010000101100101001110110010000100100101010110100101011110 | ec858deba192eba186ec8594ec8495695e |
UHC | 셍롒롆셔섕i^ | 101111001100010010001110110101111000111011001100101111001100010110111100101011000110100101011110 | bcc48ed78eccbcc5bcac695e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)