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 | 諷び溢ц | 1110011010000101100000101101000110001000111011001000010010001000 | e68582d188ec8488 |
EUC-JP | 諷び溢ц | 1110101111100101101001001101001110110000111011101010011111101000 | ebe5a4d3b0eea7e8 |
UTF-8 | 諷び溢ц | 1110100010101011101101111110001110000001101100111110011010111010101000101101000110000110 | e8abb7e381b3e6baa2d186 |
UHC | 諷び溢ц | 1111100110100100101010101101001111101100111011101010110011101000 | f9a4aad3eceeace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)