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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 煽先B | 1001000011111000100100001110011001000010 | 90f890e642 |
EUC-JP | 煽先B | 1100000011111010110000001110100001000010 | c0fac0e842 |
UTF-8 | 煽先B | 11100111100001011011110111100101100001011000100001000010 | e785bde5858842 |
UHC | 煽先B | 1110000011000011111000001011101101000010 | e0c3e0bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)