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 | 佶粐佶籌^ | 100110001100100111100010111000101001100011001001111000101101010001011110 | 98c9e2e298c9e2d45e |
EUC-JP | 佶粐佶籌^ | 110100001100101111100100111001001101000011001011111001001101011001011110 | d0cbe4e4d0cbe4d65e |
UTF-8 | 佶粐佶籌^ | 11100100101111011011011011100111101100101001000011100100101111011011011011100111101100011000110001011110 | e4bdb6e7b290e4bdb6e7b18c5e |
UHC | 佶?佶籌^ | 1101000111001101001111111101000111001101111100011100001101011110 | d1cd3fd1cdf1c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)