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 | 鷹?迂?? | 10010001111010010011111110001001010010010011111100111111 | 91e93f89493f3f |
EUC-JP | 鷹?迂?蔣 | 110000101110101100111111101100011010101000111111100011111101100110110110 | c2eb3fb1aa3f8fd9b6 |
UTF-8 | 鷹렒迂렦蔣 | 111010011011011110111001111010111010000010010010111010001011111110000010111010111010000010100110111010001001010010100011 | e9b7b9eba092e8bf82eba0a6e894a3 |
UHC | 鷹렒迂렦蔣 | 11101011111011011000111010100111111010011110011010001110101101011110110111111000 | ebed8ea7e9e68eb5edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)