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 | 陟サ髑ェ莠 | 1110100010100000101110111110100110010001101010101110010010111010 | e8a0bbe991aae4ba |
EUC-JP | 陟サ髑ェ莠 | 11110000101000101000111010111011111100011111000110001110101010101110100010111100 | f0a28ebbf1f18eaae8bc |
UTF-8 | 陟サ髑ェ莠 | 111010011001100110011111111011111011110110111011111010011010101110010001111011111011110110101010111010001000111010100000 | e9999fefbdbbe9ab91efbdaae88ea0 |
UHC | 陟???? | 111101001011001100111111001111110011111100111111 | f4b33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)