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 | 丞? | 100011111110010100111111 | 8fe53f |
EUC-JP | 丞? | 101111101110011100111111 | bee73f |
UTF-8 | 丞덃 | 111001001011100010011110111010111000110110000011 | e4b89eeb8d83 |
UHC | 丞덃 | 11100011101010101000100011100110 | e3aa88e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)