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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 。シBF | 111100011110000010100001101111000100001001000110 | f1e0a1bc4246 |
EUC-JP | ?。シBF | 00111111100011101010000110001110101111000100001001000110 | 3f8ea18ebc4246 |
UTF-8 | 。シBF | 1110111010000101100110111110111110111101101000011110111110111101101111000100001001000110 | ee859befbda1efbdbc4246 |
UHC | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)