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 | ÂACÂAC^ | 110000101001001001000001010000111100001010010010010000010100001101011110 | c2924143c29241435e |
SJIS-WIN | ??AC??AC^ | 001111110011111101000001010000110011111100111111010000010100001101011110 | 3f3f41433f3f41435e |
EUC-JP | Â?ACÂ?AC^ | 10001111101010101010010000111111010000010100001110001111101010101010010000111111010000010100001101011110 | 8faaa43f41438faaa43f41435e |
UTF-8 | ÂACÂAC^ | 11000011100000101100001010010010010000010100001111000011100000101100001010010010010000010100001101011110 | c382c2924143c382c29241435e |
UHC | ??AC??AC^ | 001111110011111101000001010000110011111100111111010000010100001101011110 | 3f3f41433f3f41435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)