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 | é¤ê° | 111010011010010010010011111010101011000010000011 | e9a493eab083 |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | �� | 10001111101010111011000110001111101000101111000000111111100011111010101110110100101000011110101100111111 | 8fabb18fa2f03f8fabb4a1eb3f |
UTF-8 | é¤ê° | 110000111010100111000010101001001100001010010011110000111010101011000010101100001100001010000011 | c3a9c2a4c293c3aac2b0c283 |
UHC | ?¤??°? | 0011111110100010101101000011111100111111101000011100011000111111 | 3fa2b43f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)