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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 拌雖B | 1001110101100001111001011010101101000010 | 9d61e5ab42 |
EUC-JP | 拌雖B | 1101100111000010111010101010110101000010 | d9c2eaad42 |
UTF-8 | 拌雖B | 11100110100010111000110011101001100110111001011001000010 | e68b8ce99b9642 |
UHC | 拌雖B | 1101101011100101111000101100110001000010 | dae5e2cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)