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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煽囚煽 | 100100001111100010001110111110101001000011111000 | 90f88efa90f8 |
EUC-JP | 煽囚煽 | 110000001111101010111100111111001100000011111010 | c0fabcfcc0fa |
UTF-8 | 煽囚煽 | 111001111000010110111101111001011001101110011010111001111000010110111101 | e785bde59b9ae785bd |
UHC | 煽囚煽 | 111000001100001111100001111101101110000011000011 | e0c3e1f6e0c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)