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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豈旧К | 111001101010111110001011100011001000010001001011 | e6af8b8c844b |
EUC-JP | 豈旧К | 111011001011000110110101111011001010011110101100 | ecb1b5eca7ac |
UTF-8 | 豈旧К | 1110100010110001100010001110011010010111101001111101000010011010 | e8b188e697a7d09a |
UHC | 豈?К | 1101000111000010001111111010110010101100 | d1c23facac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)