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 | ?牽??^ | 001111111000110010100001001111110011111101011110 | 3f8ca13f3f5e |
EUC-JP | ?牽??^ | 001111111011100010100011001111110011111101011110 | 3fb8a33f3f5e |
UTF-8 | 嶺牽嶺죽^ | 11101111101001101010101111100111100010011011110111101111101001101010101111101100101000111011110101011110 | efa6abe789bdefa6abeca3bd5e |
UHC | 嶺牽嶺죽^ | 111001111010110111001100101100101110011110101101110000011101011101011110 | e7adccb2e7adc1d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)