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 | aã\}aã\{^ | 1001110101100001111000110101110001111101100111010110000111100011010111000111101101011110 | 9d61e35c7d9d61e35c7b5e |
SJIS-WIN | ?a?\}?a?\{^ | 0011111101100001001111110101110001111101001111110110000100111111010111000111101101011110 | 3f613f5c7d3f613f5c7b5e |
EUC-JP | ?aã\}?aã\{^ | 001111110110000110001111101010111010101001011100011111010011111101100001100011111010101110101010010111000111101101011110 | 3f618fabaa5c7d3f618fabaa5c7b5e |
UTF-8 | aã\}aã\{^ | 110000101001110101100001110000111010001101011100011111011100001010011101011000011100001110100011010111000111101101011110 | c29d61c3a35c7dc29d61c3a35c7b5e |
UHC | ?a?\}?a?\{^ | 0011111101100001001111110101110001111101001111110110000100111111010111000111101101011110 | 3f613f5c7d3f613f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)