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 | WDWD^ | 111100101100000101010111010001001111001011000001010101110100010001011110 | f2c15744f2c157445e |
EUC-JP | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
UTF-8 | WDWD^ | 1110111010000111101110000101011101000100111011101000011110111000010101110100010001011110 | ee87b85744ee87b857445e |
UHC | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)