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^ | 111000101110011101010111010001001110001011100111010101110100010001011110 | e2e75744e2e757445e |
EUC-JP | 粡WD粡WD^ | 111001001110100101010111010001001110010011101001010101110100010001011110 | e4e95744e4e957445e |
UTF-8 | 粡WD粡WD^ | 1110011110110010101000010101011101000100111001111011001010100001010101110100010001011110 | e7b2a15744e7b2a157445e |
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)