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 | 遲明遲明^ | 111001111010110110010110101111101110011110101101100101101011111001011110 | e7ad96bee7ad96be5e |
EUC-JP | 遲明遲明^ | 111011101010111111001100110000001110111010101111110011001100000001011110 | eeafccc0eeafccc05e |
UTF-8 | 遲明遲明^ | 11101001100000011011001011100110100110001000111011101001100000011011001011100110100110001000111001011110 | e981b2e6988ee981b2e6988e5e |
UHC | 遲明遲明^ | 111100101100000011011001101001011111001011000000110110011010010101011110 | f2c0d9a5f2c0d9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)