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 | ¡ñ¡ | 10100001111100011010000110101101 | a1f1a1ad |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¡ñ¡? | 10001111101000101100001010001111101010111101000010001111101000101100001000111111 | 8fa2c28fabd08fa2c23f |
UTF-8 | ¡ñ¡ | 1100001010100001110000111011000111000010101000011100001010101101 | c2a1c3b1c2a1c2ad |
UHC | ¡?¡ | 10100010101011100011111110100010101011101010000110101001 | a2ae3fa2aea1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)