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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?新 | 001111111001000001010110 | 3f9056 |
EUC-JP | ?新 | 001111111011111110110111 | 3fbfb7 |
UTF-8 | 떤新 | 111010111001011010100100111001101001011010110000 | eb96a4e696b0 |
UHC | 떤新 | 10110110101100101110001111100110 | b6b2e3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)