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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髮墓翼隲 | 1110100110011011100101011110011010010111100000111110100010101011 | e99b95e69783e8ab |
EUC-JP | 髮墓翼隲 | 1111000111111011110010101110100011001101111000111111000010101101 | f1fbcae8cde3f0ad |
UTF-8 | 髮墓翼隲 | 111010011010101110101110111001011010001010010011111001111011111110111100111010011001101010110010 | e9abaee5a293e7bfbce99ab2 |
UHC | 髮墓翼? | 11011011101001011101100111010111111011001100111100111111 | dba5d9d7eccf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)