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 | 莉}莉{^ | 11100100101110110111110111100100101110110111101101011110 | e4bb7de4bb7b5e |
EUC-JP | 莉}莉{^ | 11101000101111010111110111101000101111010111101101011110 | e8bd7de8bd7b5e |
UTF-8 | 莉}莉{^ | 111010001000111010001001011111011110100010001110100010010111101101011110 | e88e897de88e897b5e |
UHC | 莉}莉{^ | 11010111111010010111110111010111111010010111101101011110 | d7e97dd7e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)