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 | 受?6? | 100011101111001100111111100000100101010100111111 | 8ef33f82553f |
EUC-JP | 受?6蓀 | 1011110011110101001111111010001110110110100011111101100011111000 | bcf53fa3b68fd8f8 |
UTF-8 | 受⑸6蓀 | 111001011000111110010111111000101001000110111000111011111011110010010110111010001001001110000000 | e58f97e291b8efbc96e89380 |
UHC | 受⑸6蓀 | 1110000111110100101010011110101110100011101101101110000111100000 | e1f4a9eba3b6e1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)