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 | çèæ±^ | 11100111111010001001110111100110101100011001000001011110 | e7e89de6b1905e |
SJIS-WIN | ????±?^ | 0011111100111111001111110011111110000001011111010011111101011110 | 3f3f3f3f817d3f5e |
EUC-JP | çè?æ±?^ | 1000111110101011101011101000111110101011101100100011111110001111101010011100000110100001110111100011111101011110 | 8fabae8fabb23f8fa9c1a1de3f5e |
UTF-8 | çèæ±^ | 11000011101001111100001110101000110000101001110111000011101001101100001010110001110000101001000001011110 | c3a7c3a8c29dc3a6c2b1c2905e |
UHC | ???æ±?^ | 001111110011111100111111101010011010000110100001101111100011111101011110 | 3f3f3fa9a1a1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)