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 | 1001101101110111100010111001000101000010 | 9b778b9142 |
SJIS-WIN | ?w??B | 0011111101110111001111110011111101000010 | 3f773f3f42 |
EUC-JP | ?w??B | 0011111101110111001111110011111101000010 | 3f773f3f42 |
UTF-8 | wB | 1100001010011011011101111100001010001011110000101001000101000010 | c29b77c28bc29142 |
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)