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 | ãs}ãs{^ | 1110001110011101100101100111001101111101111000111001110110010110011100110111101101011110 | e39d96737de39d96737b5e |
SJIS-WIN | ???s}???s{^ | 0011111100111111001111110111001101111101001111110011111100111111011100110111101101011110 | 3f3f3f737d3f3f3f737b5e |
EUC-JP | ã??s}ã??s{^ | 100011111010101110101010001111110011111101110011011111011000111110101011101010100011111100111111011100110111101101011110 | 8fabaa3f3f737d8fabaa3f3f737b5e |
UTF-8 | ãs}ãs{^ | 1100001110100011110000101001110111000010100101100111001101111101110000111010001111000010100111011100001010010110011100110111101101011110 | c3a3c29dc296737dc3a3c29dc296737b5e |
UHC | ???s}???s{^ | 0011111100111111001111110111001101111101001111110011111100111111011100110111101101011110 | 3f3f3f737d3f3f3f737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)