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 | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
SJIS-WIN | 蟾ス閼ア遶ェW | 11100101101101111011110111101000100001001011000111100111101010111010101001010111 | e5b7bde884b1e7abaa57 |
EUC-JP | 蟾ス閼ア遶ェW | 11101010101110011000111010111101111011111110010010001110101100011110111010101101100011101010101001010111 | eab98ebdefe48eb1eead8eaa57 |
UTF-8 | 蟾ス閼ア遶ェW | 11101000100111111011111011101111101111011011110111101001100101101011110011101111101111011011000111101001100000011011011011101111101111011010101001010111 | e89fbeefbdbde996bcefbdb1e981b6efbdaa57 |
UHC | 蟾?閼???W | 111000001110101000111111111001001101100100111111001111110011111101010111 | e0ea3fe4d93f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)