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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | フ篶禺フ篶禺^ | 1100110011100010110011001110001001011011110011001110001011001100111000100101101101011110 | cce2cce25bcce2cce25b5e |
EUC-JP | フ篶禺フ篶禺^ | 10001110110011001110010011001110111000111011110010001110110011001110010011001110111000111011110001011110 | 8ecce4cee3bc8ecce4cee3bc5e |
UTF-8 | フ篶禺フ篶禺^ | 11101111101111101000110011100111101011111011011011100111101001101011101011101111101111101000110011100111101011111011011011100111101001101011101001011110 | efbe8ce7afb6e7a6baefbe8ce7afb6e7a6ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)