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 | 正耿? | 1001000010110011111000111101010000111111 | 90b3e3d43f |
EUC-JP | 正耿? | 1100000010110101111001101101011000111111 | c0b5e6d63f |
UTF-8 | 正耿릴 | 111001101010110110100011111010001000000010111111111010111010011010110100 | e6ada3e880bfeba6b4 |
UHC | 正耿릴 | 111011111110000111001100111010101011100010110001 | efe1cceab8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)