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^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | 逶エWD逶エWD^ | 1110011110011011101101000101011101000100111001111001101110110100010101110100010001011110 | e79bb45744e79bb457445e |
EUC-JP | 逶エWD逶エWD^ | 11101101111110111000111010110100010101110100010011101101111110111000111010110100010101110100010001011110 | edfb8eb45744edfb8eb457445e |
UTF-8 | 逶エWD逶エWD^ | 1110100110000000101101101110111110111101101101000101011101000100111010011000000010110110111011111011110110110100010101110100010001011110 | e980b6efbdb45744e980b6efbdb457445e |
UHC | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)