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 | ?B?p | 00111111010000100011111101110000 | 3f423f70 |
SJIS-WIN | ?B?p | 00111111010000100011111101110000 | 3f423f70 |
EUC-JP | ?B?p | 00111111010000100011111101110000 | 3f423f70 |
UTF-8 | 혲B혡p | 1110110110011000101100100100001011101101100110001010000101110000 | ed98b242ed98a170 |
UHC | 혲B혡p | 110000101001100101000010110000101000101001110000 | c29942c28a70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)