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 | 1001001011000000100101001000010101000010 | 92c0948542 |
EUC-JP | 賃賠B | 1100010011000010110001111110010101000010 | c4c2c7e542 |
UTF-8 | 賃賠B | 11101000101100111000001111101000101100111010000001000010 | e8b383e8b3a042 |
UHC | 賃賠B | 1110110011111100110110111101001101000010 | ecfcdbd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)