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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 譎咒豆K | 11100110100110011001100111101110100100111010010001001011 | e69999ee93a44b |
EUC-JP | 譎咒豆K | 11101011111110011101001011110000110001101010011001001011 | ebf9d2f0c6a64b |
UTF-8 | 譎咒豆K | 11101000101011011000111011100101100100101001001011101000101100011000011001001011 | e8ad8ee59292e8b1864b |
UHC | 譎?豆K | 111111011101001000111111110101001110011101001011 | fdd23fd4e74b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)