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 | 扼}扼{^ | 10011101010011100111110110011101010011100111101101011110 | 9d4e7d9d4e7b5e |
EUC-JP | 扼}扼{^ | 11011001101011110111110111011001101011110111101101011110 | d9af7dd9af7b5e |
UTF-8 | 扼}扼{^ | 111001101000100110111100011111011110011010001001101111000111101101011110 | e689bc7de689bc7b5e |
UHC | 扼}扼{^ | 11100100111110010111110111100100111110010111101101011110 | e4f97de4f97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)