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 | ê°è° | 111010101011000010000111111010001000111110110000 | eab087e88fb0 |
SJIS-WIN | ?°???° | 0011111110000001100010110011111100111111001111111000000110001011 | 3f818b3f3f3f818b |
EUC-JP | ê°?è?° | 100011111010101110110100101000011110101100111111100011111010101110110010001111111010000111101011 | 8fabb4a1eb3f8fabb23fa1eb |
UTF-8 | ê°è° | 110000111010101011000010101100001100001010000111110000111010100011000010100011111100001010110000 | c3aac2b0c287c3a8c28fc2b0 |
UHC | ?°???° | 0011111110100001110001100011111100111111001111111010000111000110 | 3fa1c63f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)