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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 脱贈速F | 10010010010001011001000110100001100100011010110001000110 | 924591a191ac46 |
EUC-JP | 脱贈速F | 11000011101001101100001010100011110000101010111001000110 | c3a6c2a3c2ae46 |
UTF-8 | 脱贈速F | 11101000100001001011000111101000101101001000100011101001100000001001111101000110 | e884b1e8b488e9809f46 |
UHC | ?贈速F | 001111111111000111111100111000011101110001000110 | 3ff1fce1dc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)