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 | [è}[è{^ | 1001000001011011111010001001111001111101100100000101101111101000100111100111101101011110 | 905be89e7d905be89e7b5e |
SJIS-WIN | ?[??}?[??{^ | 0011111101011011001111110011111101111101001111110101101100111111001111110111101101011110 | 3f5b3f3f7d3f5b3f3f7b5e |
EUC-JP | ?[è?}?[è?{^ | 001111110101101110001111101010111011001000111111011111010011111101011011100011111010101110110010001111110111101101011110 | 3f5b8fabb23f7d3f5b8fabb23f7b5e |
UTF-8 | [è}[è{^ | 1100001010010000010110111100001110101000110000101001111001111101110000101001000001011011110000111010100011000010100111100111101101011110 | c2905bc3a8c29e7dc2905bc3a8c29e7b5e |
UHC | ?[??}?[??{^ | 0011111101011011001111110011111101111101001111110101101100111111001111110111101101011110 | 3f5b3f3f7d3f5b3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)