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 | 陝矩ヲエ | 111010001001111110001011111010011010011010110100 | e89f8be9a6b4 |
EUC-JP | 陝矩ヲエ | 1111000010100001101101101110101110001110101001101000111010110100 | f0a1b6eb8ea68eb4 |
UTF-8 | 陝矩ヲエ | 111010011001100110011101111001111001111110101001111011111011110110100110111011111011110110110100 | e9999de79fa9efbda6efbdb4 |
UHC | 陝矩?? | 111000001110110111001111101110110011111100111111 | e0edcfbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)