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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蟶僖^ | 1110010110111000100110010100010001011110 | e5b899445e |
EUC-JP | 蟶僖^ | 1110101010111010110100011010010101011110 | eabad1a55e |
UTF-8 | 蟶僖^ | 11101000100111111011011011100101100000111001011001011110 | e89fb6e583965e |
UHC | ?僖^ | 00111111111111011110101001011110 | 3ffdea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)