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 | 10010101011101111000000101000010 | 95778142 |
SJIS-WIN | ?w?B | 00111111011101110011111101000010 | 3f773f42 |
EUC-JP | ?w?B | 00111111011101110011111101000010 | 3f773f42 |
UTF-8 | wB | 110000101001010101110111110000101000000101000010 | c29577c28142 |
UHC | ?w?B | 00111111011101110011111101000010 | 3f773f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)