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 | 纊? | 111110100101110000111111 | fa5c3f |
EUC-JP | 纊捼 | 100011111101010011100011100011111100000010100010 | 8fd4e38fc0a2 |
UTF-8 | 纊捼 | 111001111011101010001010111001101000110110111100 | e7ba8ae68dbc |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)