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 | °Êûh | 1000111110110000110010101111101101101000 | 8fb0cafb68 |
SJIS-WIN | ?°??h | 001111111000000110001011001111110011111101101000 | 3f818b3f3f68 |
EUC-JP | ?°Êûh | 00111111101000011110101110001111101010101011010010001111101010111110010101101000 | 3fa1eb8faab48fabe568 |
UTF-8 | °Êûh | 110000101000111111000010101100001100001110001010110000111011101101101000 | c28fc2b0c38ac3bb68 |
UHC | ?°??h | 001111111010000111000110001111110011111101101000 | 3fa1c63f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)