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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 箏鮏F | 11100010101101011111000011101011111111000100001101000110 | e2b5f0ebfc4346 |
EUC-JP | 箏?鮏F | 11100100101101110011111110001111111010101101101101000110 | e4b73f8feadb46 |
UTF-8 | 箏鮏F | 11100111101011101000111111101110100000101010101011101001101011101000111101000110 | e7ae8fee82aae9ae8f46 |
UHC | 箏??F | 1110111010110100001111110011111101000110 | eeb43f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)