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 | áµßÐ | 11100001101101011101111111010000 | e1b5dfd0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | á?ß? | 1000111110101011101000010011111110001111101010011100111000111111 | 8faba13f8fa9ce3f |
UTF-8 | áµßÐ | 1100001110100001110000101011010111000011100111111100001110010000 | c3a1c2b5c39fc390 |
UHC | ??ßÐ | 001111110011111110101001101011001010100010100010 | 3f3fa9aca8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)