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 | 髯イ荵滓エ | 1110100110011001101100101110010010111001100111111110011010110100 | e999b2e4b99fe6b4 |
EUC-JP | 髯イ荵滓エ | 11110001111110011000111010110010111010001011101111011110111010001000111010110100 | f1f98eb2e8bbdee88eb4 |
UTF-8 | 髯イ荵滓エ | 111010011010101110101111111011111011110110110010111010001000110110110101111001101011101110010011111011111011110110110100 | e9abafefbdb2e88db5e6bb93efbdb4 |
UHC | ???滓? | 001111110011111100111111111011101010101100111111 | 3f3f3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)