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 | ý¶c^ | 11111101101101100110001101011110 | fdb6635e |
SJIS-WIN | ?¶c^ | 0011111110000001111101110110001101011110 | 3f81f7635e |
EUC-JP | ý¶c^ | 10001111101010111111001010100010111110010110001101011110 | 8fabf2a2f9635e |
UTF-8 | ý¶c^ | 110000111011110111000010101101100110001101011110 | c3bdc2b6635e |
UHC | ?¶c^ | 0011111110100010110100100110001101011110 | 3fa2d2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)