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 | Â@dÂAÂA | 11000010100100100100000001100100110000101001001001000001110000101001001001000001 | c2924064c29241c29241 |
SJIS-WIN | ??@d??A??A | 00111111001111110100000001100100001111110011111101000001001111110011111101000001 | 3f3f40643f3f413f3f41 |
EUC-JP | Â?@dÂ?AÂ?A | 10001111101010101010010000111111010000000110010010001111101010101010010000111111010000011000111110101010101001000011111101000001 | 8faaa43f40648faaa43f418faaa43f41 |
UTF-8 | Â@dÂAÂA | 11000011100000101100001010010010010000000110010011000011100000101100001010010010010000011100001110000010110000101001001001000001 | c382c2924064c382c29241c382c29241 |
UHC | ??@d??A??A | 00111111001111110100000001100100001111110011111101000001001111110011111101000001 | 3f3f40643f3f413f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)