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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 應?h應? | 10011100111001000011111101101000100111001110010000111111 | 9ce43f689ce43f |
EUC-JP | 應?h應? | 11011000111001100011111101101000110110001110011000111111 | d8e63f68d8e63f |
UTF-8 | 應툹h應툹 | 11100110100001111000100111101101100010001011100101101000111001101000011110001001111011011000100010111001 | e68789ed88b968e68789ed88b9 |
UHC | 應툹h應툹 | 111010111110101110111001010011000110100011101011111010111011100101001100 | ebebb94c68ebebb94c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)