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 | 荵}荵{^ | 11100100101110010111110111100100101110010111101101011110 | e4b97de4b97b5e |
EUC-JP | 荵}荵{^ | 11101000101110110111110111101000101110110111101101011110 | e8bb7de8bb7b5e |
UTF-8 | 荵}荵{^ | 111010001000110110110101011111011110100010001101101101010111101101011110 | e88db57de88db57b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)