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 | wB | 1000111101110111100100001000011101000010 | 8f77908742 |
SJIS-WIN | ?w??B | 0011111101110111001111110011111101000010 | 3f773f3f42 |
EUC-JP | ?w??B | 0011111101110111001111110011111101000010 | 3f773f3f42 |
UTF-8 | wB | 1100001010001111011101111100001010010000110000101000011101000010 | c28f77c290c28742 |
UHC | ?w??B | 0011111101110111001111110011111101000010 | 3f773f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)