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 | ???vG | 0011111100111111001111110111011001000111 | 3f3f3f7647 |
SJIS-WIN | 萸??vG | 111001001100111000111111001111110111011001000111 | e4ce3f3f7647 |
EUC-JP | 萸??vG | 111010001101000000111111001111110111011001000111 | e8d03f3f7647 |
UTF-8 | 萸덈쳱vG | 1110100010010000101110001110101110001101100010001110110010110011101100010111011001000111 | e890b8eb8d88ecb3b17647 |
UHC | 萸덈쳱vG | 1110101110101101100010001110101110101011100101000111011001000111 | ebad88ebab947647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)