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 | -}-{^ | 10000001011111000111110110000001011111000111101101011110 | 817c7d817c7b5e |
EUC-JP | −}−{^ | 10100001110111010111110110100001110111010111101101011110 | a1dd7da1dd7b5e |
UTF-8 | −}−{^ | 111000101000100010010010011111011110001010001000100100100111101101011110 | e288927de288927b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)