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 | 祕纛 | 11100010010011111110001110011011 | e24fe39b |
EUC-JP | 祕纛 | 11100011101100001110010111111011 | e3b0e5fb |
UTF-8 | 祕纛 | 111001111010010110010101111001111011101010011011 | e7a595e7ba9b |
UHC | ?纛 | 001111111101010011000000 | 3fd4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)