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 | 11100000101101001110000011010110111000001100100101000110 | e0b4e0d6e0c946 |
EUC-JP | 犇獰猖F | 11100000101101101110000011011000111000001100101101000110 | e0b6e0d8e0cb46 |
UTF-8 | 犇獰猖F | 11100111100010101000011111100111100011011011000011100111100011001001011001000110 | e78a87e78db0e78c9646 |
UHC | ?獰猖F | 001111111110011110111110111100111110100101000110 | 3fe7bef3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)