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 | ñ÷¢ | 11110001111101111000111010100010 | f1f78ea2 |
SJIS-WIN | ?÷?¢ | 001111111000000110000000001111111000000110010001 | 3f81803f8191 |
EUC-JP | ñ÷?¢ | 1000111110101011110100001010000111100000001111111010000111110001 | 8fabd0a1e03fa1f1 |
UTF-8 | ñ÷¢ | 1100001110110001110000111011011111000010100011101100001010100010 | c3b1c3b7c28ec2a2 |
UHC | ?÷?? | 0011111110100001110000000011111100111111 | 3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)