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 | 楊? | 100101110110101100111111 | 976b3f |
EUC-JP | 楊? | 110011011100110000111111 | cdcc3f |
UTF-8 | 楊뽩 | 111001101010010110001010111010111011110110101001 | e6a58aebbda9 |
UHC | 楊뽩 | 11100101110001011001011011100101 | e5c596e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)