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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 應??h應 | 10011100111001000011111100111111011010001001110011100100 | 9ce43f3f689ce4 |
EUC-JP | 應??h應 | 11011000111001100011111100111111011010001101100011100110 | d8e63f3f68d8e6 |
UTF-8 | 應욃슫h應 | 11100110100001111000100111101100100110101000001111101100100010101010101101101000111001101000011110001001 | e68789ec9a83ec8aab68e68789 |
UHC | 應욃슫h應 | 111010111110101110011110111001011001101010110100011010001110101111101011 | ebeb9ee59ab468ebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)