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 | èV³ | 11101000010101101001110110110011 | e8569db3 |
SJIS-WIN | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
EUC-JP | èV?? | 100011111010101110110010010101100011111100111111 | 8fabb2563f3f |
UTF-8 | èV³ | 11000011101010000101011011000010100111011100001010110011 | c3a856c29dc2b3 |
UHC | ?V?³ | 0011111101010110001111111010100111111000 | 3f563fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)