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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?賻貎箒 | 00111111111001101101000011100110101111011110001010110100 | 3fe6d0e6bde2b4 |
EUC-JP | 鮍賻貎箒 | 100011111110101011011010111011001101001011101100101111111110010010110110 | 8feadaecd2ecbfe4b6 |
UTF-8 | 鮍賻貎箒 | 111010011010111010001101111010001011001110111011111010001011001010001110111001111010111010010010 | e9ae8de8b3bbe8b28ee7ae92 |
UHC | ?賻?? | 0011111111011101101110000011111100111111 | 3fddb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)