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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?猛?? | 0011111110010110110100100011111100111111 | 3f96d23f3f |
EUC-JP | 洧猛?? | 10001111110001111011010011001100110101000011111100111111 | 8fc7b4ccd43f3f |
UTF-8 | 洧猛♣뤋 | 111001101011010010100111111001111000110010011011111000101001100110100011111010111010010010001011 | e6b4a7e78c9be299a3eba48b |
UHC | 洧猛♣뤋 | 1110101011111011110110001110110110100010110000001000111110111011 | eafbd8eda2c08fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)