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 | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | 受△?^c^ | 1000111011110011100000011010001000111111010111100110001101011110 | 8ef381a23f5e635e |
EUC-JP | 受△?^c^ | 1011110011110101101000101010010000111111010111100110001101011110 | bcf5a2a43f5e635e |
UTF-8 | 受△뼦^c^ | 111001011000111110010111111000101001011010110011111010111011110010100110010111100110001101011110 | e58f97e296b3ebbca65e635e |
UHC | 受△뼦^c^ | 111000011111010010100001111000101001011010101001010111100110001101011110 | e1f4a1e296a95e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)