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 | 正耿加 | 100100001011001111100011110101001000100111000001 | 90b3e3d489c1 |
EUC-JP | 正耿加 | 110000001011010111100110110101101011001011000011 | c0b5e6d6b2c3 |
UTF-8 | 正耿加 | 111001101010110110100011111010001000000010111111111001011000101010100000 | e6ada3e880bfe58aa0 |
UHC | 正耿加 | 111011111110000111001100111010101100101010100101 | efe1cceacaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)