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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 﨟シ﨟シ^ | 11111011100111011011110011111011100111011011110001011110 | fb9dbcfb9dbc5e |
EUC-JP | ?シ?シ^ | 00111111100011101011110000111111100011101011110001011110 | 3f8ebc3f8ebc5e |
UTF-8 | 﨟シ﨟シ^ | 11101111101010001001111111101111101111011011110011101111101010001001111111101111101111011011110001011110 | efa89fefbdbcefa89fefbdbc5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)