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 | ñá½ûP | 111100011110000110001110101111011111101101010000 | f1e18ebdfb50 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | ñá??ûP | 100011111010101111010000100011111010101110100001001111110011111110001111101010111110010101010000 | 8fabd08faba13f3f8fabe550 |
UTF-8 | ñá½ûP | 1100001110110001110000111010000111000010100011101100001010111101110000111011101101010000 | c3b1c3a1c28ec2bdc3bb50 |
UHC | ???½?P | 00111111001111110011111110101000111101100011111101010000 | 3f3f3fa8f63f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)