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 | »ô®iA | 10001111101110111111010010001110101011100110100101000001 | 8fbbf48eae6941 |
SJIS-WIN | ?????iA | 00111111001111110011111100111111001111110110100101000001 | 3f3f3f3f3f6941 |
EUC-JP | ??ô?®iA | 0011111100111111100011111010101111010100001111111000111110100010111011100110100101000001 | 3f3f8fabd43f8fa2ee6941 |
UTF-8 | »ô®iA | 110000101000111111000010101110111100001110110100110000101000111011000010101011100110100101000001 | c28fc2bbc3b4c28ec2ae6941 |
UHC | ????®iA | 0011111100111111001111110011111110100010111001110110100101000001 | 3f3f3f3fa2e76941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)