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 | 窕? | 111000100111100100111111 | e2793f |
EUC-JP | 窕? | 111000111101101000111111 | e3da3f |
UTF-8 | 窕涉 | 111001111010101010010101111001101011011010001001 | e7aa95e6b689 |
UHC | 窕涉 | 11110000110101111110000011101111 | f0d7e0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)