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 | 碼}碼{^ | 11100001111110010111110111100001111110010111101101011110 | e1f97de1f97b5e |
EUC-JP | 碼}碼{^ | 11100010111110110111110111100010111110110111101101011110 | e2fb7de2fb7b5e |
UTF-8 | 碼}碼{^ | 111001111010001010111100011111011110011110100010101111000111101101011110 | e7a2bc7de7a2bc7b5e |
UHC | 碼}碼{^ | 11011000101001110111110111011000101001110111101101011110 | d8a77dd8a77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)