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 | 贈?g齬 | 10010001101000010011111110000010100001111110101010010111 | 91a13f8287ea97 |
EUC-JP | 贈?g齬 | 11000010101000110011111110100011111001111111001111110111 | c2a33fa3e7f3f7 |
UTF-8 | 贈뷴g齬 | 111010001011010010001000111010111011011110110100111011111011110110000111111010011011110110101100 | e8b488ebb7b4efbd87e9bdac |
UHC | 贈뷴g齬 | 1111000111111100101110101110010110100011111001111110010111100001 | f1fcbae5a3e7e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)