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 | ?消???^ | 00111111100011111100000100111111001111110011111101011110 | 3f8fc13f3f3f5e |
EUC-JP | ?消???^ | 00111111101111101100001100111111001111110011111101011110 | 3fbec33f3f3f5e |
UTF-8 | 뤵消생롗렾^ | 11101011101001001011010111100110101101101000100011101100100000111001110111101011101000011001011111101011101000001011111001011110 | eba4b5e6b688ec839deba197eba0be5e |
UHC | 뤵消생롗렾^ | 1000111111100011111000011011110010111011111111011000111011011011100011101100011001011110 | 8fe3e1bcbbfd8edb8ec65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)