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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 晨? | 100111011110110100111111 | 9ded3f |
EUC-JP | 晨? | 110110101110111100111111 | daef3f |
UTF-8 | 晨횭 | 111001101001100110101000111011011001101010101101 | e699a8ed9aad |
UHC | 晨횭 | 11100011111001111100010001000010 | e3e7c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)