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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閹ス謔溷廠B | 11101000100001101011110111100110100000101001111111100101100011111011000101000010 | e886bde6829fe58fb142 |
EUC-JP | 閹ス謔溷廠B | 1110111111100110100011101011110111101011111000101101111011100111101111101011001101000010 | efe68ebdebe2dee7beb342 |
UTF-8 | 閹ス謔溷廠B | 11101001100101101011100111101111101111011011110111101000101011001001010011100110101110101011011111100101101110111010000001000010 | e996b9efbdbde8ac94e6bab7e5bba042 |
UHC | ??謔?廠B | 0011111100111111111110011100110000111111111100111101111101000010 | 3f3ff9cc3ff3df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)