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 | 蟾ス遶ェ^ | 11100101101101111011110111100111101010111010101001011110 | e5b7bde7abaa5e |
EUC-JP | 蟾ス遶ェ^ | 111010101011100110001110101111011110111010101101100011101010101001011110 | eab98ebdeead8eaa5e |
UTF-8 | 蟾ス遶ェ^ | 11101000100111111011111011101111101111011011110111101001100000011011011011101111101111011010101001011110 | e89fbeefbdbde981b6efbdaa5e |
UHC | 蟾???^ | 111000001110101000111111001111110011111101011110 | e0ea3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)