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 | ´? | 1011010000111111 | b43f |
SJIS-WIN | ´й | 10000001010011001000010001111010 | 814c847a |
EUC-JP | ´й | 10100001101011011010011111011011 | a1ada7db |
UTF-8 | ´й | 11000010101101001101000010111001 | c2b4d0b9 |
UHC | ´й | 10100010101001011010110011011011 | a2a5acdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)