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¡¬v | 1000000101000110100001001010000110000001101011001000000101110110 | 814684a181ac8176 |
SJIS-WIN | ?F???¬?v | 001111110100011000111111001111110011111110000001110010100011111101110110 | 3f463f3f3f81ca3f76 |
EUC-JP | ?F?¡?¬?v | 0011111101000110001111111000111110100010110000100011111110100010110011000011111101110110 | 3f463f8fa2c23fa2cc3f76 |
UTF-8 | F¡¬v | 1100001010000001010001101100001010000100110000101010000111000010100000011100001010101100110000101000000101110110 | c28146c284c2a1c281c2acc28176 |
UHC | ?F?¡???v | 001111110100011000111111101000101010111000111111001111110011111101110110 | 3f463fa2ae3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)