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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹂?Ⅰ蹂 | 11100110111110000011111110000111010101001110011011111000 | e6f83f8754e6f8 |
EUC-JP | 蹂??蹂 | 111011001111101000111111001111111110110011111010 | ecfa3f3fecfa |
UTF-8 | 蹂뀐Ⅰ蹂 | 111010001011100110000010111010111000000010010000111000101000010110100000111010001011100110000010 | e8b982eb8090e285a0e8b982 |
UHC | 蹂뀐Ⅰ蹂 | 1110101110110011101100101110111110100101101100001110101110110011 | ebb3b2efa5b0ebb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)