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 | ?cB | 001111110110001101000010 | 3f6342 |
SJIS-WIN | 毬cB | 10011111011110110110001101000010 | 9f7b6342 |
EUC-JP | 毬cB | 11011101110111000110001101000010 | dddc6342 |
UTF-8 | 毬cB | 1110011010101111101011000110001101000010 | e6afac6342 |
UHC | 毬cB | 11001111101100110110001101000010 | cfb36342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)