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^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 循鴨c^ | 100011110111101010001010100110110110001101011110 | 8f7a8a9b635e |
EUC-JP | 循鴨c^ | 101111011101101110110011111110110110001101011110 | bddbb3fb635e |
UTF-8 | 循鴨c^ | 1110010110111110101010101110100110110100101010000110001101011110 | e5beaae9b4a8635e |
UHC | 循鴨c^ | 111000101110000011100100111001010110001101011110 | e2e0e4e5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)