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 | è±ï§® | 111010001000100110110001111011111010011110101110 | e889b1efa7ae |
SJIS-WIN | ??±?§? | 0011111100111111100000010111110100111111100000011001100000111111 | 3f3f817d3f81983f |
EUC-JP | �燐 | 1000111110101011101100100011111110100001110111101000111110101011110000011010000111111000100011111010001011101110 | 8fabb23fa1de8fabc1a1f88fa2ee |
UTF-8 | è±ï§® | 110000111010100011000010100010011100001010110001110000111010111111000010101001111100001010101110 | c3a8c289c2b1c3afc2a7c2ae |
UHC | ??±?§® | 001111110011111110100001101111100011111110100001110101111010001011100111 | 3f3fa1be3fa1d7a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)