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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?豢?イB | 001111111110011010110100001111111011001001000010 | 3fe6b43fb242 |
EUC-JP | ?豢?イB | 00111111111011001011011000111111100011101011001001000010 | 3fecb63f8eb242 |
UTF-8 | 䵴豢䵸イB | 11100100101101011011010011101000101100011010001011100100101101011011100011101111101111011011001001000010 | e4b5b4e8b1a2e4b5b8efbdb242 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)