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 | 鵰鵰^ | 111111000100011111110111101001011111110001000111111101111010010101011110 | fc47f7a5fc47f7a55e |
EUC-JP | 鵰?鵰?^ | 100011111110101111111011001111111000111111101011111110110011111101011110 | 8febfb3f8febfb3f5e |
UTF-8 | 鵰鵰^ | 11101001101101011011000011101110100101101000100011101001101101011011000011101110100101101000100001011110 | e9b5b0ee9688e9b5b0ee96885e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)