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 | シァ跪 | 111100001011111010111100101001111110011011101100 | f0bebca7e6ec |
EUC-JP | ?シァ跪 | 00111111100011101011110010001110101001111110110011101110 | 3f8ebc8ea7ecee |
UTF-8 | シァ跪 | 111011101000000110111101111011111011110110111100111011111011110110100111111010001011011110101010 | ee81bdefbdbcefbda7e8b7aa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)