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 | ??d | 001111110011111101100100 | 3f3f64 |
SJIS-WIN | 逶桀d | 1110011110011011100111100111101101100100 | e79b9e7b64 |
EUC-JP | 逶桀d | 1110110111111011110110111101110001100100 | edfbdbdc64 |
UTF-8 | 逶桀d | 11101001100000001011011011100110101000011000000001100100 | e980b6e6a18064 |
UHC | ?桀d | 00111111110010111111101001100100 | 3fcbfa64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)