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 | Aß | 1000110110010110100001111000010010000100010000011001000011011111 | 8d968784844190df |
SJIS-WIN | ?????A?? | 0011111100111111001111110011111100111111010000010011111100111111 | 3f3f3f3f3f413f3f |
EUC-JP | ?????A?ß | 00111111001111110011111100111111001111110100000100111111100011111010100111001110 | 3f3f3f3f3f413f8fa9ce |
UTF-8 | Aß | 110000101000110111000010100101101100001010000111110000101000010011000010100001000100000111000010100100001100001110011111 | c28dc296c287c284c28441c290c39f |
UHC | ?????A?ß | 001111110011111100111111001111110011111101000001001111111010100110101100 | 3f3f3f3f3f413fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)