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 | 熊莖??應 | 1000110001000110111001001011000100111111001111111001110011100100 | 8c46e4b13f3f9ce4 |
EUC-JP | 熊莖??應 | 1011011110100111111010001011001100111111001111111101100011100110 | b7a7e8b33f3fd8e6 |
UTF-8 | 熊莖렢렯應 | 111001111000011010001010111010001000111010010110111010111010000010100010111010111010000010101111111001101000011110001001 | e7868ae88e96eba0a2eba0afe68789 |
UHC | 熊莖렢렯應 | 11101010101010001100110011101100100011101011001110001110101111001110101111101011 | eaa8ccec8eb38ebcebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)