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 | 徐}徐{^ | 10001111100110010111110110001111100110010111101101011110 | 8f997d8f997b5e |
EUC-JP | 徐}徐{^ | 10111101111110010111110110111101111110010111101101011110 | bdf97dbdf97b5e |
UTF-8 | 徐}徐{^ | 111001011011111010010000011111011110010110111110100100000111101101011110 | e5be907de5be907b5e |
UHC | 徐}徐{^ | 11011111111011110111110111011111111011110111101101011110 | dfef7ddfef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)