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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 脱短促V | 10010010010001011001001001011010100100011010001101010110 | 9245925a91a356 |
EUC-JP | 脱短促V | 11000011101001101100001110111011110000101010010101010110 | c3a6c3bbc2a556 |
UTF-8 | 脱短促V | 11101000100001001011000111100111100111111010110111100100101111111000001101010110 | e884b1e79fade4bf8356 |
UHC | ?短促V | 001111111101001110101101111101011011010101010110 | 3fd3adf5b556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)