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àÕe^ | 111111000100001111100000110101010110010101011110 | fc43e0d5655e |
SJIS-WIN | ?C??e^ | 001111110100001100111111001111110110010101011110 | 3f433f3f655e |
EUC-JP | üCàÕe^ | 100011111010101111100100010000111000111110101011101000101000111110101010110110000110010101011110 | 8fabe4438faba28faad8655e |
UTF-8 | üCàÕe^ | 110000111011110001000011110000111010000011000011100101010110010101011110 | c3bc43c3a0c395655e |
UHC | ?C??e^ | 001111110100001100111111001111110110010101011110 | 3f433f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)