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 | è²ï½¬è¿ | 1110100010110010100000101110111110111101101011001110100010111111 | e8b282efbdace8bf |
SJIS-WIN | ?????¬?? | 001111110011111100111111001111110011111110000001110010100011111100111111 | 3f3f3f3f3f81ca3f3f |
EUC-JP | è??ï?¬è¿ | 1000111110101011101100100011111100111111100011111010101111000001001111111010001011001100100011111010101110110010100011111010001011000100 | 8fabb23f3f8fabc13fa2cc8fabb28fa2c4 |
UTF-8 | è²ï½¬è¿ | 11000011101010001100001010110010110000101000001011000011101011111100001010111101110000101010110011000011101010001100001010111111 | c3a8c2b2c282c3afc2bdc2acc3a8c2bf |
UHC | ?²??½??¿ | 0011111110101001111101110011111100111111101010001111011000111111001111111010001010101111 | 3fa9f73f3fa8f63f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)