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 | ú´£~ | 1111101010110100100011101010001101111110 | fab48ea37e |
SJIS-WIN | ?´?£~ | 00111111100000010100110000111111100000011001001001111110 | 3f814c3f81927e |
EUC-JP | ú´?£~ | 100011111010101111100010101000011010110100111111101000011111001001111110 | 8fabe2a1ad3fa1f27e |
UTF-8 | ú´£~ | 110000111011101011000010101101001100001010001110110000101010001101111110 | c3bac2b4c28ec2a37e |
UHC | ?´??~ | 001111111010001010100101001111110011111101111110 | 3fa2a53f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)