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 | 稼}稼{^ | 10001001110100100111110110001001110100100111101101011110 | 89d27d89d27b5e |
EUC-JP | 稼}稼{^ | 10110010110101000111110110110010110101000111101101011110 | b2d47db2d47b5e |
UTF-8 | 稼}稼{^ | 111001111010100010111100011111011110011110101000101111000111101101011110 | e7a8bc7de7a8bc7b5e |
UHC | 稼}稼{^ | 11001010101100110111110111001010101100110111101101011110 | cab37dcab37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)