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 | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-WIN | 羞WD羞WD^ | 111000111011010101010111010001001110001110110101010101110100010001011110 | e3b55744e3b557445e |
EUC-JP | 羞WD羞WD^ | 111001101011011101010111010001001110011010110111010101110100010001011110 | e6b75744e6b757445e |
UTF-8 | 羞WD羞WD^ | 1110011110111110100111100101011101000100111001111011111010011110010101110100010001011110 | e7be9e5744e7be9e57445e |
UHC | 羞WD羞WD^ | 111000101011101001010111010001001110001010111010010101110100010001011110 | e2ba5744e2ba57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)