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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驩、蛟。隲 | 1110100110001001101001001110010110000000101000011110100010101011 | e989a4e580a1e8ab |
EUC-JP | 驩、蛟。隲 | 11110001111010011000111010100100111010011110000010001110101000011111000010101101 | f1e98ea4e9e08ea1f0ad |
UTF-8 | 驩、蛟。隲 | 111010011010100110101001111011111011110110100100111010001001101110011111111011111011110110100001111010011001101010110010 | e9a9a9efbda4e89b9fefbda1e99ab2 |
UHC | 驩?蛟?? | 11111100101111100011111111001110111100010011111100111111 | fcbe3fcef13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)