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] | 11100100111000100111011001011101 | e4e2765d |
SJIS-WIN | ??v] | 00111111001111110111011001011101 | 3f3f765d |
EUC-JP | äâv] | 1000111110101011101000111000111110101011101001000111011001011101 | 8faba38faba4765d |
UTF-8 | äâv] | 110000111010010011000011101000100111011001011101 | c3a4c3a2765d |
UHC | ??v] | 00111111001111110111011001011101 | 3f3f765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)