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 | µâ¹ê | 100110001011010111100010101110011001010111101010 | 98b5e2b995ea |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??â??ê | 00111111001111111000111110101011101001000011111100111111100011111010101110110100 | 3f3f8faba43f3f8fabb4 |
UTF-8 | µâ¹ê | 110000101001100011000010101101011100001110100010110000101011100111000010100101011100001110101010 | c298c2b5c3a2c2b9c295c3aa |
UHC | ???¹?? | 00111111001111110011111110101001111101100011111100111111 | 3f3f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)