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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮吝ィ | 1110100110011011100110011110010110101000 | e99b99e5a8 |
EUC-JP | 髮吝ィ | 111100011111101111010010111001111000111010101000 | f1fbd2e78ea8 |
UTF-8 | 髮吝ィ | 111010011010101110101110111001011001000010011101111011111011110110101000 | e9abaee5909defbda8 |
UHC | 髮吝? | 1101101110100101110101111111000000111111 | dba5d7f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)