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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 隶門シ滓鴛{d | 1110100010101110100101101110010110111100100111111110011010001001100101010111101101100100 | e8ae96e5bc9fe689957b64 |
EUC-JP | 隶門シ滓鴛{d | 111100001011000011001100111001111000111010111100110111101110100010110001111101010111101101100100 | f0b0cce78ebcdee8b1f57b64 |
UTF-8 | 隶門シ滓鴛{d | 1110100110011010101101101110100110010110100000001110111110111101101111001110011010111011100100111110100110110100100110110111101101100100 | e99ab6e99680efbdbce6bb93e9b49b7b64 |
UHC | ?門?滓鴛{d | 00111111110110101010011000111111111011101010101111101010110001000111101101100100 | 3fdaa63feeabeac47b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)