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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 銷樊ソャF | 11100111111101111001111011100110101111111010110001000110 | e7f79ee6bfac46 |
EUC-JP | 銷樊ソャF | 111011101111100111011100111010001000111010111111100011101010110001000110 | eef9dce88ebf8eac46 |
UTF-8 | 銷樊ソャF | 11101001100010101011011111100110101010001000101011101111101111011011111111101111101111011010110001000110 | e98ab7e6a88aefbdbfefbdac46 |
UHC | 銷樊??F | 11100001110100011101101111100000001111110011111101000110 | e1d1dbe03f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)