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 | 繝纛 | 11100011100000111110001110011011 | e383e39b |
EUC-JP | 繝纛 | 11100101111000111110010111111011 | e5e3e5fb |
UTF-8 | 繝纛 | 111001111011100110011101111001111011101010011011 | e7b99de7ba9b |
UHC | ?纛 | 001111111101010011000000 | 3fd4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)