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^ | 1000111110101011101000010101011101000100100011111010101110100001010101110100010001011110 | 8faba157448faba157445e |
SJIS-WIN | ???WD???WD^ | 0011111100111111001111110101011101000100001111110011111100111111010101110100010001011110 | 3f3f3f57443f3f3f57445e |
EUC-JP | ??¡WD??¡WD^ | 001111110011111110001111101000101100001001010111010001000011111100111111100011111010001011000010010101110100010001011110 | 3f3f8fa2c257443f3f8fa2c257445e |
UTF-8 | «¡WD«¡WD^ | 1100001010001111110000101010101111000010101000010101011101000100110000101000111111000010101010111100001010100001010101110100010001011110 | c28fc2abc2a15744c28fc2abc2a157445e |
UHC | ??¡WD??¡WD^ | 00111111001111111010001010101110010101110100010000111111001111111010001010101110010101110100010001011110 | 3f3fa2ae57443f3fa2ae57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)