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^ | 110000111010001011000010101101000110001101011110 | c3a2c2b4635e |
SJIS-WIN | ?¢?´c^ | 0011111110000001100100010011111110000001010011000110001101011110 | 3f81913f814c635e |
EUC-JP | â´c^ | 100011111010101010101010101000011111000110001111101010101010010010100001101011010110001101011110 | 8faaaaa1f18faaa4a1ad635e |
UTF-8 | â´c^ | 11000011100000111100001010100010110000111000001011000010101101000110001101011110 | c383c2a2c382c2b4635e |
UHC | ???´c^ | 00111111001111110011111110100010101001010110001101011110 | 3f3f3fa2a5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)