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 | 趾?趾?^ | 11100110111001000011111111100110111001000011111101011110 | e6e43fe6e43f5e |
EUC-JP | 趾?趾?^ | 11101100111001100011111111101100111001100011111101011110 | ece63fece63f5e |
UTF-8 | 趾낄趾낄^ | 11101000101101101011111011101011100000101000010011101000101101101011111011101011100000101000010001011110 | e8b6beeb8284e8b6beeb82845e |
UHC | 趾낄趾낄^ | 111100101011111110110011101001011111001010111111101100111010010101011110 | f2bfb3a5f2bfb3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)