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 | 絎磯9痺 | 1110001101001101100010001110100110000010010110001110000110000011 | e34d88e98258e183 |
EUC-JP | 絎磯9痺 | 1110010110101110101100001110101110100011101110011110000111100011 | e5aeb0eba3b9e1e3 |
UTF-8 | 絎磯9痺 | 111001111011010110001110111001111010001110101111111011111011110010011001111001111001011110111010 | e7b58ee7a3afefbc99e797ba |
UHC | ?磯9痺 | 00111111110100011011010010100011101110011101110111110110 | 3fd1b4a3b9ddf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)