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 | ?w?~ | 00111111011101110011111101111110 | 3f773f7e |
SJIS-WIN | ?w?~ | 00111111011101110011111101111110 | 3f773f7e |
EUC-JP | ?w?~ | 00111111011101110011111101111110 | 3f773f7e |
UTF-8 | 뾑w뾑~ | 1110101110111110100100010111011111101011101111101001000101111110 | ebbe9177ebbe917e |
UHC | 뾑w뾑~ | 100101110100111101110111100101110100111101111110 | 974f77974f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)