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 | 謝}謝{^ | 10001110110100110111110110001110110100110111101101011110 | 8ed37d8ed37b5e |
EUC-JP | 謝}謝{^ | 10111100110101010111110110111100110101010111101101011110 | bcd57dbcd57b5e |
UTF-8 | 謝}謝{^ | 111010001010110010011101011111011110100010101100100111010111101101011110 | e8ac9d7de8ac9d7b5e |
UHC | 謝}謝{^ | 11011110111100110111110111011110111100110111101101011110 | def37ddef37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)