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 | G¼c^ | 100100100100011110010001101111000110001101011110 | 924791bc635e |
SJIS-WIN | ?G??c^ | 001111110100011100111111001111110110001101011110 | 3f473f3f635e |
EUC-JP | ?G??c^ | 001111110100011100111111001111110110001101011110 | 3f473f3f635e |
UTF-8 | G¼c^ | 110000101001001001000111110000101001000111000010101111000110001101011110 | c29247c291c2bc635e |
UHC | ?G?¼c^ | 00111111010001110011111110101000111110010110001101011110 | 3f473fa8f9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)