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 | ?w?w^ | 0011111101110111001111110111011101011110 | 3f773f775e |
SJIS-WIN | 秘w秘w^ | 10010100111010010111011110010100111010010111011101011110 | 94e97794e9775e |
EUC-JP | 秘w秘w^ | 11001000111010110111011111001000111010110111011101011110 | c8eb77c8eb775e |
UTF-8 | 秘w秘w^ | 111001111010011110011000011101111110011110100111100110000111011101011110 | e7a79877e7a798775e |
UHC | 秘w秘w^ | 11011101111110100111011111011101111110100111011101011110 | ddfa77ddfa775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)