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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 貎∝ク桔^ | 1110011010111101100000011110010110111000100010110110101001011110 | e6bd81e5b88b6a5e |
EUC-JP | 貎∝ク桔^ | 111011001011111110100010111001111000111010111000101101011100101101011110 | ecbfa2e78eb8b5cb5e |
UTF-8 | 貎∝ク桔^ | 11101000101100101000111011100010100010001001110111101111101111011011100011100110101000011001010001011110 | e8b28ee2889defbdb8e6a1945e |
UHC | ?∝?桔^ | 00111111101000011111000000111111110100011101000001011110 | 3fa1f03fd1d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)