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 | ا}ا{^ | 11011000101001110111110111011000101001110111101101011110 | d8a77dd8a77b5e |
SJIS-WIN | ?§}?§{^ | 001111111000000110011000011111010011111110000001100110000111101101011110 | 3f81987d3f81987b5e |
EUC-JP | ا}ا{^ | 10001111101010011010110010100001111110000111110110001111101010011010110010100001111110000111101101011110 | 8fa9aca1f87d8fa9aca1f87b5e |
UTF-8 | ا}ا{^ | 1100001110011000110000101010011101111101110000111001100011000010101001110111101101011110 | c398c2a77dc398c2a77b5e |
UHC | ا}ا{^ | 1010100010101010101000011101011101111101101010001010101010100001110101110111101101011110 | a8aaa1d77da8aaa1d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)