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 | û¥ä¸F | 11111011100111101010010111100100101110001000001101000110 | fb9ea5e4b88346 |
SJIS-WIN | ??¥???F | 0011111100111111100000011000111100111111001111110011111101000110 | 3f3f818f3f3f3f46 |
EUC-JP | û??ä¸?F | 10001111101010111110010100111111001111111000111110101011101000111000111110100010101100010011111101000110 | 8fabe53f3f8faba38fa2b13f46 |
UTF-8 | û¥ä¸F | 11000011101110111100001010011110110000101010010111000011101001001100001010111000110000101000001101000110 | c3bbc29ec2a5c3a4c2b8c28346 |
UHC | ????¸?F | 0011111100111111001111110011111110100010101011000011111101000110 | 3f3f3f3fa2ac3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)