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Û | 11101000010101101001010011011011 | e85694db |
SJIS-WIN | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
EUC-JP | èV?Û | 1000111110101011101100100101011000111111100011111010101011100101 | 8fabb2563f8faae5 |
UTF-8 | èVÛ | 11000011101010000101011011000010100101001100001110011011 | c3a856c294c39b |
UHC | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)