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 | 驕冗、シ蟄 | 1110100110000001100011111110011110100100101111001110010110101101 | e9818fe7a4bce5ad |
EUC-JP | 驕冗、シ蟄 | 11110001111000011011111011101001100011101010010010001110101111001110101010101111 | f1e1bee98ea48ebceaaf |
UTF-8 | 驕冗、シ蟄 | 111010011010100110010101111001011000011010010111111011111011110110100100111011111011110110111100111010001001111110000100 | e9a995e58697efbda4efbdbce89f84 |
UHC | 驕冗??蟄 | 1100111011110110111010011011011100111111001111111111011011011110 | cef6e9b73f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)