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 | 驩・蜿韮 | 11101001100010011010010111100101100011111001010001000010 | e989a5e58f9442 |
EUC-JP | 驩・蜿韮 | 1111000111101001100011101010010111101001111011111100011110100011 | f1e98ea5e9efc7a3 |
UTF-8 | 驩・蜿韮 | 111010011010100110101001111011111011110110100101111010001001110010111111111010011001111110101110 | e9a9a9efbda5e89cbfe99fae |
UHC | 驩??? | 1111110010111110001111110011111100111111 | fcbe3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)