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 | ê¹ê¹^ | 11101010101110011000000111101010101110011000000101011110 | eab981eab9815e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ê??ê??^ | 1000111110101011101101000011111100111111100011111010101110110100001111110011111101011110 | 8fabb43f3f8fabb43f3f5e |
UTF-8 | ê¹ê¹^ | 11000011101010101100001010111001110000101000000111000011101010101100001010111001110000101000000101011110 | c3aac2b9c281c3aac2b9c2815e |
UHC | ?¹??¹?^ | 001111111010100111110110001111110011111110101001111101100011111101011110 | 3fa9f63f3fa9f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)