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 | ²ëG | 101100101110101101000111 | b2eb47 |
SJIS-WIN | ??G | 001111110011111101000111 | 3f3f47 |
EUC-JP | ?ëG | 0011111110001111101010111011001101000111 | 3f8fabb347 |
UTF-8 | ²ëG | 1100001010110010110000111010101101000111 | c2b2c3ab47 |
UHC | ²?G | 10101001111101110011111101000111 | a9f73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)