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^ | 110000111010001011000010101110100110001101011110 | c3a2c2ba635e |
SJIS-WIN | ?¢??c^ | 00111111100000011001000100111111001111110110001101011110 | 3f81913f3f635e |
EUC-JP | âºc^ | 10001111101010101010101010100001111100011000111110101010101001001000111110100010111010110110001101011110 | 8faaaaa1f18faaa48fa2eb635e |
UTF-8 | âºc^ | 11000011100000111100001010100010110000111000001011000010101110100110001101011110 | c383c2a2c382c2ba635e |
UHC | ???ºc^ | 00111111001111110011111110101000101011000110001101011110 | 3f3f3fa8ac635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)