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 | ??Q? | 00111111001111110101000100111111 | 3f3f513f |
SJIS-WIN | 閼アQ菴 | 111010001000010010110001010100011110010010111101 | e884b151e4bd |
EUC-JP | 閼アQ菴 | 11101111111001001000111010110001010100011110100010111111 | efe48eb151e8bf |
UTF-8 | 閼アQ菴 | 11101001100101101011110011101111101111011011000101010001111010001000111110110100 | e996bcefbdb151e88fb4 |
UHC | 閼?Q菴 | 111001001101100100111111010100011110010011100000 | e4d93f51e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)