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 | íñ©@h | 111011011111000110001110101010010100000001101000 | edf18ea94068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | íñ?©@h | 100011111010101110111111100011111010101111010000001111111000111110100010111011010100000001101000 | 8fabbf8fabd03f8fa2ed4068 |
UTF-8 | íñ©@h | 11000011101011011100001110110001110000101000111011000010101010010100000001101000 | c3adc3b1c28ec2a94068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)