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 | 晧炎^ | 1001110111101100100010011000101001011110 | 9dec898a5e |
EUC-JP | 晧炎^ | 1101101011101110101100011110101001011110 | daeeb1ea5e |
UTF-8 | 晧炎^ | 11100110100110011010011111100111100000101000111001011110 | e699a7e7828e5e |
UHC | 晧炎^ | 1111101111000101111001101111101001011110 | fbc5e6fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)