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 | 鄒夂擅縺喀 | 11100111101111101001101011100111100111011010000111100011100000011001101001011100 | e7be9ae79da1e3819a5c |
EUC-JP | 鄒夂擅縺喀 | 11101110110000001101010011101001110110101010001111100101111000011101001110111101 | eec0d4e9daa3e5e1d3bd |
UTF-8 | 鄒夂擅縺喀 | 111010011000010010010010111001011010010010000010111001101001001110000101111001111011100010111010111001011001011010000000 | e98492e5a482e69385e7b8bae59680 |
UHC | 鄒?擅?喀 | 1111010111011011001111111111010010111010001111111100101111010011 | f5db3ff4ba3fcbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)