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 | Ñ¢½¥ | 11010001101000101011110110100101 | d1a2bda5 |
SJIS-WIN | ?¢?¥ | 001111111000000110010001001111111000000110001111 | 3f81913f818f |
EUC-JP | Ѣ?? | 10001111101010101101000010100001111100010011111100111111 | 8faad0a1f13f3f |
UTF-8 | Ñ¢½¥ | 1100001110010001110000101010001011000010101111011100001010100101 | c391c2a2c2bdc2a5 |
UHC | ??½? | 0011111100111111101010001111011000111111 | 3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)