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 | ¾ø´®£ | 1011111011111000101101001010111010100011 | bef8b4aea3 |
SJIS-WIN | ??´?£ | 00111111001111111000000101001100001111111000000110010010 | 3f3f814c3f8192 |
EUC-JP | ?ø´®£ | 0011111110001111101010011100110010100001101011011000111110100010111011101010000111110010 | 3f8fa9cca1ad8fa2eea1f2 |
UTF-8 | ¾ø´®£ | 11000010101111101100001110111000110000101011010011000010101011101100001010100011 | c2bec3b8c2b4c2aec2a3 |
UHC | ¾ø´®? | 101010001111101010101001101010101010001010100101101000101110011100111111 | a8faa9aaa2a5a2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)