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??Q] | 001111110100000100111111001111110101000101011101 | 3f413f3f515d |
SJIS-WIN | ?A??Q] | 001111110100000100111111001111110101000101011101 | 3f413f3f515d |
EUC-JP | ?A??Q] | 001111110100000100111111001111110101000101011101 | 3f413f3f515d |
UTF-8 | 혪A혩쨘Q] | 111011011001100010101010010000011110110110011000101010011110110010101000100110000101000101011101 | ed98aa41ed98a9eca898515d |
UHC | 혪A혩쨘Q] | 110000101001001001000001110000101001000111000010101110100101000101011101 | c29241c291c2ba515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)