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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 式煜疾^ | 111100011110000110001110101011101111101101010101100011101011111001011110 | f1e18eaefb558ebe5e |
EUC-JP | ?式煜疾^ | 001111111011110010110000100011111100100111111100101111001100000001011110 | 3fbcb08fc9fcbcc05e |
UTF-8 | 式煜疾^ | 11101110100001011001110011100101101111001000111111100111100001011001110011100111100101101011111001011110 | ee859ce5bc8fe7859ce796be5e |
UHC | ?式煜疾^ | 0011111111100011110100101110100111110010111100101111000001011110 | 3fe3d2e9f2f2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)