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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?暴吝裝占 | 001111111001011001011100100110011110010111100101111001001001000011101000 | 3f965c99e5e5e490e8 |
EUC-JP | ?暴吝裝占 | 001111111100101110111101110100101110011111101010111001101100000011101010 | 3fcbbdd2e7eae6c0ea |
UTF-8 | 뤋暴吝裝占 | 111010111010010010001011111001101001101010110100111001011001000010011101111010001010001110011101111001011000110110100000 | eba48be69ab4e5909de8a39de58da0 |
UHC | 뤋暴吝裝占 | 10001111101110111111100011101100110101111111000011101101111110111110111110111111 | 8fbbf8ecd7f0edfbefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)