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 | 1001110101110111100111011001010101000010 | 9d779d9542 |
SJIS-WIN | ?w??B | 0011111101110111001111110011111101000010 | 3f773f3f42 |
EUC-JP | ?w??B | 0011111101110111001111110011111101000010 | 3f773f3f42 |
UTF-8 | wB | 1100001010011101011101111100001010011101110000101001010101000010 | c29d77c29dc29542 |
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)