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 | ÑÚ±Õ | 1101000111011010100011111011000111010101 | d1da8fb1d5 |
SJIS-WIN | ???±? | 001111110011111100111111100000010111110100111111 | 3f3f3f817d3f |
EUC-JP | ÑÚ?±Õ | 100011111010101011010000100011111010101011100010001111111010000111011110100011111010101011011000 | 8faad08faae23fa1de8faad8 |
UTF-8 | ÑÚ±Õ | 11000011100100011100001110011010110000101000111111000010101100011100001110010101 | c391c39ac28fc2b1c395 |
UHC | ???±? | 001111110011111100111111101000011011111000111111 | 3f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)