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 | 涅밣 | 111001101011011010000101111010111011000010100011 | e6b685ebb0a3 |
UHC | 涅밣 | 11100110111011101001001101010000 | e6ee9350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)