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 | 蟠悶Λ繧エ | 111001011011010010010110111000111000001110101001111000111000001010110100 | e5b496e383a9e382b4 |
EUC-JP | 蟠悶Λ繧エ | 11101010101101101100110011100101101001101010101111100101111000101000111010110100 | eab6cce5a6abe5e28eb4 |
UTF-8 | 蟠悶Λ繧エ | 1110100010011111101000001110011010000010101101101100111010011011111001111011100110100111111011111011110110110100 | e89fa0e682b6ce9be7b9a7efbdb4 |
UHC | 蟠悶Λ?? | 1101101011110110110110101011111110100101110010110011111100111111 | daf6dabfa5cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)