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 | 煇帶iF | 11111011010101111001101111100110100000101000100101000110 | fb579be6828946 |
EUC-JP | 煇帶iF | 1000111111001001111101011101011011101000101000111110100101000110 | 8fc9f5d6e8a3e946 |
UTF-8 | 煇帶iF | 11100111100001011000011111100101101110001011011011101111101111011000100101000110 | e78587e5b8b6efbd8946 |
UHC | 煇帶iF | 11111101110010001101001111100001101000111110100101000110 | fdc8d3e1a3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)