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 | î°Äý] | 111011101011000010001111110001001111110101011101 | eeb08fc4fd5d |
SJIS-WIN | ?°???] | 00111111100000011000101100111111001111110011111101011101 | 3f818b3f3f3f5d |
EUC-JP | î°?Äý] | 10001111101010111100001010100001111010110011111110001111101010101010001110001111101010111111001001011101 | 8fabc2a1eb3f8faaa38fabf25d |
UTF-8 | î°Äý] | 1100001110101110110000101011000011000010100011111100001110000100110000111011110101011101 | c3aec2b0c28fc384c3bd5d |
UHC | ?°???] | 00111111101000011100011000111111001111110011111101011101 | 3fa1c63f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)