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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 授勣?授勣 | 100011101111011010011001101010000011111110001110111101101001100110101000 | 8ef699a83f8ef699a8 |
EUC-JP | 授勣?授勣 | 101111001111100011010010101010100011111110111100111110001101001010101010 | bcf8d2aa3fbcf8d2aa |
UTF-8 | 授勣卄授勣 | 111001101000111010001000111001011000101110100011111001011000110110000100111001101000111010001000111001011000101110100011 | e68e88e58ba3e58d84e68e88e58ba3 |
UHC | 授勣卄授勣 | 11100010101000111110111011010011111011001111111011100010101000111110111011010011 | e2a3eed3ecfee2a3eed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)