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 | ツ預\}ツ預\{^ | 1100001010010111011000010101110001111101110000101001011101100001010111000111101101011110 | c297615c7dc297615c7b5e |
EUC-JP | ツ預\}ツ預\{^ | 10001110110000101100110111000010010111000111110110001110110000101100110111000010010111000111101101011110 | 8ec2cdc25c7d8ec2cdc25c7b5e |
UTF-8 | ツ預\}ツ預\{^ | 1110111110111110100000101110100110100000100100000101110001111101111011111011111010000010111010011010000010010000010111000111101101011110 | efbe82e9a0905c7defbe82e9a0905c7b5e |
UHC | ?預\}?預\{^ | 0011111111100111111010000101110001111101001111111110011111101000010111000111101101011110 | 3fe7e85c7d3fe7e85c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)