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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 脱短促c^ | 1001001001000101100100100101101010010001101000110110001101011110 | 9245925a91a3635e |
EUC-JP | 脱短促c^ | 1100001110100110110000111011101111000010101001010110001101011110 | c3a6c3bbc2a5635e |
UTF-8 | 脱短促c^ | 1110100010000100101100011110011110011111101011011110010010111111100000110110001101011110 | e884b1e79fade4bf83635e |
UHC | ?短促c^ | 00111111110100111010110111110101101101010110001101011110 | 3fd3adf5b5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)