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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 簽帚簽帚^ | 111000101101001110011011111000101110001011010011100110111110001001011110 | e2d39be2e2d39be25e |
EUC-JP | 簽帚簽帚^ | 111001001101010111010110111001001110010011010101110101101110010001011110 | e4d5d6e4e4d5d6e45e |
UTF-8 | 簽帚簽帚^ | 11100111101100001011110111100101101110001001101011100111101100001011110111100101101110001001101001011110 | e7b0bde5b89ae7b0bde5b89a5e |
UHC | 簽?簽?^ | 11110100110110000011111111110100110110000011111101011110 | f4d83ff4d83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)