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 | 逍}逍{^ | 11100111100101100111110111100111100101100111101101011110 | e7967de7967b5e |
EUC-JP | 逍}逍{^ | 11101101111101100111110111101101111101100111101101011110 | edf67dedf67b5e |
UTF-8 | 逍}逍{^ | 111010011000000010001101011111011110100110000000100011010111101101011110 | e9808d7de9808d7b5e |
UHC | 逍}逍{^ | 11100001110011100111110111100001110011100111101101011110 | e1ce7de1ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)