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 | °Óûe^ | 100011111011000011010011111110110110010101011110 | 8fb0d3fb655e |
SJIS-WIN | ?°??e^ | 00111111100000011000101100111111001111110110010101011110 | 3f818b3f3f655e |
EUC-JP | ?°Óûe^ | 0011111110100001111010111000111110101010110100011000111110101011111001010110010101011110 | 3fa1eb8faad18fabe5655e |
UTF-8 | °Óûe^ | 11000010100011111100001010110000110000111001001111000011101110110110010101011110 | c28fc2b0c393c3bb655e |
UHC | ?°??e^ | 00111111101000011100011000111111001111110110010101011110 | 3fa1c63f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)