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 | 涅? | 100111111011100000111111 | 9fb83f |
EUC-JP | 涅? | 110111101011101000111111 | deba3f |
UTF-8 | 涅췮 | 111001101011011010000101111011001011011110101110 | e6b685ecb7ae |
UHC | 涅췮 | 11100110111011101010111001101011 | e6eeae6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)