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 | 迪彎 | 11100111100011001001110001011101 | e78c9c5d |
EUC-JP | 迪彎 | 11101101111011001101011110111110 | edecd7be |
UTF-8 | 迪彎 | 111010001011111110101010111001011011110110001110 | e8bfaae5bd8e |
UHC | 迪彎 | 11101110111010001101100010110110 | eee8d8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)