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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 掌?i矣 | 10001111101101100011111110000010100010011110000111100001 | 8fb63f8289e1e1 |
EUC-JP | 掌?i矣 | 10111110101110000011111110100011111010011110001011100011 | beb83fa3e9e2e3 |
UTF-8 | 掌漏i矣 | 111001101000111010001100111011111010010110001110111011111011110110001001111001111001111110100011 | e68e8cefa58eefbd89e79fa3 |
UHC | 掌漏i矣 | 1110110111100110110100101110100010100011111010011110101111111000 | ede6d2e8a3e9ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)