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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | ?絅?]H | 001111111110001101000100001111110101110101001000 | 3fe3443f5d48 |
EUC-JP | 饔絅?]H | 1000111111101000111011111110010110100101001111110101110101001000 | 8fe8efe5a53f5d48 |
UTF-8 | 饔絅볕]H | 1110100110100101100101001110011110110101100001011110101110110011100101010101110101001000 | e9a594e7b585ebb3955d48 |
UHC | 饔絅볕]H | 1110100010111101110011001110011110111010101101010101110101001000 | e8bdcce7bab55d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)