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 | 釭璽章ェ鴫 | 111110111011110110001110101000111000111111001101101010101000111010110000 | fbbd8ea38fcdaa8eb0 |
EUC-JP | 釭璽章ェ鴫 | 1000111111100011101011111011110010100101101111101100111110001110101010101011110010110010 | 8fe3afbca5becf8eaabcb2 |
UTF-8 | 釭璽章ェ鴫 | 111010011000011110101101111001111001001010111101111001111010101110100000111011111011110110101010111010011011010010101011 | e987ade792bde7aba0efbdaae9b4ab |
UHC | ?璽章?? | 00111111110111111101111011101101111100010011111100111111 | 3fdfdeedf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)