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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 梓炎^ | 1000100010110010100010011000101001011110 | 88b2898a5e |
EUC-JP | 梓炎^ | 1011000010110100101100011110101001011110 | b0b4b1ea5e |
UTF-8 | 梓炎^ | 11100110101000101001001111100111100000101000111001011110 | e6a293e7828e5e |
UHC | 梓炎^ | 1110111010101001111001101111101001011110 | eea9e6fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)