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??dB | 00111111001111110110010000111111001111110110010001000010 | 3f3f643f3f6442 |
SJIS-WIN | 嶢?d嶢?dB | 100110111101000000111111011001001001101111010000001111110110010001000010 | 9bd03f649bd03f6442 |
EUC-JP | 嶢?d嶢?dB | 110101101101001000111111011001001101011011010010001111110110010001000010 | d6d23f64d6d23f6442 |
UTF-8 | 嶢렎d嶢렎dB | 111001011011011010100010111010111010000010001110011001001110010110110110101000101110101110100000100011100110010001000010 | e5b6a2eba08e64e5b6a2eba08e6442 |
UHC | 嶢렎d嶢렎dB | 1110100011110010100011101010010001100100111010001111001010001110101001000110010001000010 | e8f28ea464e8f28ea46442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)