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 | å´¢ | 111001011011010010100010 | e5b4a2 |
SJIS-WIN | ?´¢ | 0011111110000001010011001000000110010001 | 3f814c8191 |
EUC-JP | å´¢ | 10001111101010111010100110100001101011011010000111110001 | 8faba9a1ada1f1 |
UTF-8 | å´¢ | 110000111010010111000010101101001100001010100010 | c3a5c2b4c2a2 |
UHC | ?´? | 00111111101000101010010100111111 | 3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)