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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 醯}醯{^ | 11100111110011110111110111100111110011110111101101011110 | e7cf7de7cf7b5e |
EUC-JP | 醯}醯{^ | 11101110110100010111110111101110110100010111101101011110 | eed17deed17b5e |
UTF-8 | 醯}醯{^ | 111010011000011010101111011111011110100110000110101011110111101101011110 | e986af7de986af7b5e |
UHC | 醯}醯{^ | 11111011101110000111110111111011101110000111101101011110 | fbb87dfbb87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)