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 | 10010010010001011001001001011010100100011010001101000110 | 9245925a91a346 |
EUC-JP | 脱短促F | 11000011101001101100001110111011110000101010010101000110 | c3a6c3bbc2a546 |
UTF-8 | 脱短促F | 11101000100001001011000111100111100111111010110111100100101111111000001101000110 | e884b1e79fade4bf8346 |
UHC | ?短促F | 001111111101001110101101111101011011010101000110 | 3fd3adf5b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)