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 | 1110001010110100111001101011011101000010 | e2b4e6b742 |
SJIS-WIN | ?´??B | 001111111000000101001100001111110011111101000010 | 3f814c3f3f42 |
EUC-JP | â´æ?B | 10001111101010111010010010100001101011011000111110101001110000010011111101000010 | 8faba4a1ad8fa9c13f42 |
UTF-8 | â´æ·B | 110000111010001011000010101101001100001110100110110000101011011101000010 | c3a2c2b4c3a6c2b742 |
UHC | ?´æ·B | 0011111110100010101001011010100110100001101000011010010001000010 | 3fa2a5a9a1a1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)