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 | ¹ê¹ê^ | 1011100111101010101110011110101001011110 | b9eab9ea5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?ê?ê^ | 001111111000111110101011101101000011111110001111101010111011010001011110 | 3f8fabb43f8fabb45e |
UTF-8 | ¹ê¹ê^ | 110000101011100111000011101010101100001010111001110000111010101001011110 | c2b9c3aac2b9c3aa5e |
UHC | ¹?¹?^ | 10101001111101100011111110101001111101100011111101011110 | a9f63fa9f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)