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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 秩?n}秩?n{^ | 1001001010000001001111110110111001111101100100101000000100111111011011100111101101011110 | 92813f6e7d92813f6e7b5e |
EUC-JP | 秩?n}秩?n{^ | 1100001111100001001111110110111001111101110000111110000100111111011011100111101101011110 | c3e13f6e7dc3e13f6e7b5e |
UTF-8 | 秩섦n}秩섦n{^ | 1110011110100111101010011110110010000100101001100110111001111101111001111010011110101001111011001000010010100110011011100111101101011110 | e7a7a9ec84a66e7de7a7a9ec84a66e7b5e |
UHC | 秩섦n}秩섦n{^ | 11110010111100011011110010110100011011100111110111110010111100011011110010110100011011100111101101011110 | f2f1bcb46e7df2f1bcb46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)