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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裃≫則粮妝 | 11100101110111111000000111100010100100011010010111100010111011001001101101000010 | e5df81e291a5e2ec9b42 |
EUC-JP | 裃≫則粮妝 | 11101010111000011010001011100100110000101010011111100100111011101101010110100011 | eae1a2e4c2a7e4eed5a3 |
UTF-8 | 裃≫則粮妝 | 111010001010001110000011111000101000100110101011111001011000100110000111111001111011001010101110111001011010011010011101 | e8a383e289abe58987e7b2aee5a69d |
UHC | ?≫則粮? | 0011111110100001111011011111011011001110110101011101101100111111 | 3fa1edf6ced5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)