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 | ¶\}¶\{^ | 100111101011011001011100011111011001111010110110010111000111101101011110 | 9eb65c7d9eb65c7b5e |
SJIS-WIN | ?¶\}?¶\{^ | 0011111110000001111101110101110001111101001111111000000111110111010111000111101101011110 | 3f81f75c7d3f81f75c7b5e |
EUC-JP | ?¶\}?¶\{^ | 0011111110100010111110010101110001111101001111111010001011111001010111000111101101011110 | 3fa2f95c7d3fa2f95c7b5e |
UTF-8 | ¶\}¶\{^ | 11000010100111101100001010110110010111000111110111000010100111101100001010110110010111000111101101011110 | c29ec2b65c7dc29ec2b65c7b5e |
UHC | ?¶\}?¶\{^ | 0011111110100010110100100101110001111101001111111010001011010010010111000111101101011110 | 3fa2d25c7d3fa2d25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)