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 | G]¢hG] | 1001001001000111100100100101110110010001101000100110100010010010010001111001001001011101 | 9247925d91a2689247925d |
SJIS-WIN | ?G?]?¢h?G?] | 001111110100011100111111010111010011111110000001100100010110100000111111010001110011111101011101 | 3f473f5d3f8191683f473f5d |
EUC-JP | ?G?]?¢h?G?] | 001111110100011100111111010111010011111110100001111100010110100000111111010001110011111101011101 | 3f473f5d3fa1f1683f473f5d |
UTF-8 | G]¢hG] | 1100001010010010010001111100001010010010010111011100001010010001110000101010001001101000110000101001001001000111110000101001001001011101 | c29247c2925dc291c2a268c29247c2925d |
UHC | ?G?]??h?G?] | 0011111101000111001111110101110100111111001111110110100000111111010001110011111101011101 | 3f473f5d3f3f683f473f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)