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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹂?Ⅰ | 1110011011111000001111111000011101010100 | e6f83f8754 |
EUC-JP | 蹂?? | 11101100111110100011111100111111 | ecfa3f3f |
UTF-8 | 蹂뀐Ⅰ | 111010001011100110000010111010111000000010010000111000101000010110100000 | e8b982eb8090e285a0 |
UHC | 蹂뀐Ⅰ | 111010111011001110110010111011111010010110110000 | ebb3b2efa5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)