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 | ?盟℡ | 0011111110010110101111111000011110000100 | 3f96bf8784 |
EUC-JP | 薏盟? | 100011111101100111011110110011001100000100111111 | 8fd9deccc13f |
UTF-8 | 薏盟℡ | 111010001001011010001111111001111001101110011111111000101000010010100001 | e8968fe79b9fe284a1 |
UHC | 薏盟℡ | 111010111111101111011000111011111010001011100101 | ebfbd8efa2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)