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 | 煽? | 100100001111100000111111 | 90f83f |
EUC-JP | 煽? | 110000001111101000111111 | c0fa3f |
UTF-8 | 煽樂 | 111001111000010110111101111011111010011010111111 | e785bdefa6bf |
UHC | 煽樂 | 11100000110000111110100011111001 | e0c3e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)