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 | é´¨è | 111010011011010010101000111010001001001110000000 | e9b4a8e89380 |
SJIS-WIN | ?´¨??? | 0011111110000001010011001000000101001110001111110011111100111111 | 3f814c814e3f3f3f |
EUC-JP | é´¨è?? | 100011111010101110110001101000011010110110100001101011111000111110101011101100100011111100111111 | 8fabb1a1ada1af8fabb23f3f |
UTF-8 | é´¨è | 110000111010100111000010101101001100001010101000110000111010100011000010100100111100001010000000 | c3a9c2b4c2a8c3a8c293c280 |
UHC | ?´¨??? | 0011111110100010101001011010000110100111001111110011111100111111 | 3fa2a5a1a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)