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 | 掌θ?辱 | 10001111101101101000001111000110001111111001000001001010 | 8fb683c63f904a |
EUC-JP | 掌θ?辱 | 10111110101110001010011011001000001111111011111110101011 | beb8a6c83fbfab |
UTF-8 | 掌θ덱辱 | 1110011010001110100011001100111010111000111010111000110110110001111010001011111010110001 | e68e8cceb8eb8db1e8beb1 |
UHC | 掌θ덱辱 | 1110110111100110101001011110100010110101101001101110100110110100 | ede6a5e8b5a6e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)