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^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | 効奢w効奢w^ | 1000110011111000100110101111100001110111100011001111100010011010111110000111011101011110 | 8cf89af8778cf89af8775e |
EUC-JP | 効奢w効奢w^ | 1011100011111010110101001111101001110111101110001111101011010100111110100111011101011110 | b8fad4fa77b8fad4fa775e |
UTF-8 | 効奢w効奢w^ | 111001011000101010111001111001011010010110100010011101111110010110001010101110011110010110100101101000100111011101011110 | e58ab9e5a5a277e58ab9e5a5a2775e |
UHC | ?奢w?奢w^ | 001111111101111011001110011101110011111111011110110011100111011101011110 | 3fdece773fdece775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)