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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?猛?] | 0011111110010110110100100011111101011101 | 3f96d23f5d |
EUC-JP | 洧猛?] | 10001111110001111011010011001100110101000011111101011101 | 8fc7b4ccd43f5d |
UTF-8 | 洧猛획] | 11100110101101001010011111100111100011001001101111101101100110101000110101011101 | e6b4a7e78c9bed9a8d5d |
UHC | 洧猛획] | 11101010111110111101100011101101110010001011100101011101 | eafbd8edc8b95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)