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 | 靖篩蹈 | 100101101111010111100010101111111110011101000100 | 96f5e2bfe744 |
EUC-JP | 靖篩蹈 | 110011001111011111100100110000011110110110100101 | ccf7e4c1eda5 |
UTF-8 | 靖篩蹈 | 111010011001110110010110111001111010111110101001111010001011100110001000 | e99d96e7afa9e8b988 |
UHC | 靖篩蹈 | 111011111111111011011110111010001101010010110000 | effedee8d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)