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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 提?\}提?\{^ | 1001001011110001001111110101110001111101100100101111000100111111010111000111101101011110 | 92f13f5c7d92f13f5c7b5e |
EUC-JP | 提?\}提?\{^ | 1100010011110011001111110101110001111101110001001111001100111111010111000111101101011110 | c4f33f5c7dc4f33f5c7b5e |
UTF-8 | 提렋\}提렋\{^ | 1110011010001111100100001110101110100000100010110101110001111101111001101000111110010000111010111010000010001011010111000111101101011110 | e68f90eba08b5c7de68f90eba08b5c7b5e |
UHC | 提렋\}提렋\{^ | 11110000101010111000111010100010010111000111110111110000101010111000111010100010010111000111101101011110 | f0ab8ea25c7df0ab8ea25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)