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 | é´¨ê¹ | 111010011011010010101000111010101011100110001001 | e9b4a8eab989 |
SJIS-WIN | ?´¨??? | 0011111110000001010011001000000101001110001111110011111100111111 | 3f814c814e3f3f3f |
EUC-JP | é´¨ê?? | 100011111010101110110001101000011010110110100001101011111000111110101011101101000011111100111111 | 8fabb1a1ada1af8fabb43f3f |
UTF-8 | é´¨ê¹ | 110000111010100111000010101101001100001010101000110000111010101011000010101110011100001010001001 | c3a9c2b4c2a8c3aac2b9c289 |
UHC | ?´¨?¹? | 001111111010001010100101101000011010011100111111101010011111011000111111 | 3fa2a5a1a73fa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)