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 | 擇盍擇 | 100111011010001011100001101100101001110110100010 | 9da2e1b29da2 |
EUC-JP | 擇盍擇 | 110110101010010011100010101101001101101010100100 | daa4e2b4daa4 |
UTF-8 | 擇盍擇 | 111001101001001110000111111001111001101110001101111001101001001110000111 | e69387e79b8de69387 |
UHC | 擇?擇 | 1111011111001001001111111111011111001001 | f7c93ff7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)