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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 얍롍뤰컣튳^ | 11101100100101101000110111101011101000011000110111101011101001001011000011101100101110111010001111101101100010101011001101011110 | ec968deba18deba4b0ecbba3ed8ab35e |
UHC | 얍롍뤰컣튳^ | 1011111011100101100011101101001110001111110111101011000010001110101110100110010101011110 | bee58ed38fdeb08eba655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)