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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?肋肋B | 001111111001100001011101100110000101110101000010 | 3f985d985d42 |
EUC-JP | ?肋肋B | 001111111100111110111110110011111011111001000010 | 3fcfbecfbe42 |
UTF-8 | 쌜肋肋B | 11101100100011001001110011101000100000101000101111101000100000101000101101000010 | ec8c9ce8828be8828b42 |
UHC | 쌜肋肋B | 10111101110110111101011111001110110101111100111001000010 | bddbd7ced7ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)