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 | ¼í´ñ | 1000111110111100111011011011010011110001 | 8fbcedb4f1 |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ??í´ñ | 00111111001111111000111110101011101111111010000110101101100011111010101111010000 | 3f3f8fabbfa1ad8fabd0 |
UTF-8 | ¼í´ñ | 11000010100011111100001010111100110000111010110111000010101101001100001110110001 | c28fc2bcc3adc2b4c3b1 |
UHC | ?¼?´? | 00111111101010001111100100111111101000101010010100111111 | 3fa8f93fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)