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 | ñá½è» | 111100011110000110001110101111011110100010111011 | f1e18ebde8bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñá??è? | 100011111010101111010000100011111010101110100001001111110011111110001111101010111011001000111111 | 8fabd08faba13f3f8fabb23f |
UTF-8 | ñá½è» | 110000111011000111000011101000011100001010001110110000101011110111000011101010001100001010111011 | c3b1c3a1c28ec2bdc3a8c2bb |
UHC | ???½?? | 00111111001111110011111110101000111101100011111100111111 | 3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)