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 | 雲?泛堰 | 10001001010111110011111110011111101000001000100110000001 | 895f3f9fa08981 |
EUC-JP | 雲?泛堰 | 10110001110000000011111111011110101000101011000111100001 | b1c03fdea2b1e1 |
UTF-8 | 雲띨泛堰 | 111010011001101110110010111010111001110110101000111001101011001110011011111001011010000010110000 | e99bb2eb9da8e6b39be5a0b0 |
UHC | 雲띨泛堰 | 1110101010100011101101101110111011011011111100101110010111101000 | eaa3b6eedbf2e5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)