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^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 醤ヤ痔D^ | 10001111110111011101010010001110101001000100010001011110 | 8fddd48ea4445e |
EUC-JP | 醤ヤ痔D^ | 1011111011011111100011101101010010111100101001100100010001011110 | bedf8ed4bca6445e |
UTF-8 | 醤ヤ痔D^ | 1110100110000110101001001110111110111110100101001110011110010111100101000100010001011110 | e986a4efbe94e79794445e |
UHC | ??痔D^ | 001111110011111111110110110000000100010001011110 | 3f3ff6c0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)