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 | »ô³By | 10001111101110111111010010001110101100110100001001111001 | 8fbbf48eb34279 |
SJIS-WIN | ?????By | 00111111001111110011111100111111001111110100001001111001 | 3f3f3f3f3f4279 |
EUC-JP | ??ô??By | 001111110011111110001111101010111101010000111111001111110100001001111001 | 3f3f8fabd43f3f4279 |
UTF-8 | »ô³By | 110000101000111111000010101110111100001110110100110000101000111011000010101100110100001001111001 | c28fc2bbc3b4c28ec2b34279 |
UHC | ????³By | 0011111100111111001111110011111110101001111110000100001001111001 | 3f3f3f3fa9f84279 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)