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 | é¤ê³£ | 111010011010010010010011111010101011001110100011 | e9a493eab3a3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | �� | 10001111101010111011000110001111101000101111000000111111100011111010101110110100001111111010000111110010 | 8fabb18fa2f03f8fabb43fa1f2 |
UTF-8 | é¤ê³£ | 110000111010100111000010101001001100001010010011110000111010101011000010101100111100001010100011 | c3a9c2a4c293c3aac2b3c2a3 |
UHC | ?¤??³? | 0011111110100010101101000011111100111111101010011111100000111111 | 3fa2b43f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)