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 | 映ц? | 1000100101100110100001001000100000111111 | 896684883f |
EUC-JP | 映ц? | 1011000111000111101001111110100000111111 | b1c7a7e83f |
UTF-8 | 映ц쪒 | 1110011010011000101000001101000110000110111011001010101010010010 | e698a0d186ecaa92 |
UHC | 映ц쪒 | 111001111011000110101100111010001010010110001100 | e7b1ace8a58c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)