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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 塘\}塘\{^ | 100100111000010001011100011111011001001110000100010111000111101101011110 | 93845c7d93845c7b5e |
EUC-JP | 塘\}塘\{^ | 110001011110010001011100011111011100010111100100010111000111101101011110 | c5e45c7dc5e45c7b5e |
UTF-8 | 塘\}塘\{^ | 1110010110100001100110000101110001111101111001011010000110011000010111000111101101011110 | e5a1985c7de5a1985c7b5e |
UHC | 塘\}塘\{^ | 110100111101001001011100011111011101001111010010010111000111101101011110 | d3d25c7dd3d25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)