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·CB^ | 100100100100011110010001101101111001001001000011100100100100001001011110 | 924791b7924392425e |
SJIS-WIN | ?G???C?B^ | 001111110100011100111111001111110011111101000011001111110100001001011110 | 3f473f3f3f433f425e |
EUC-JP | ?G???C?B^ | 001111110100011100111111001111110011111101000011001111110100001001011110 | 3f473f3f3f433f425e |
UTF-8 | G·CB^ | 1100001010010010010001111100001010010001110000101011011111000010100100100100001111000010100100100100001001011110 | c29247c291c2b7c29243c292425e |
UHC | ?G?·?C?B^ | 00111111010001110011111110100001101001000011111101000011001111110100001001011110 | 3f473fa1a43f433f425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)