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 | lg}lg{^ | 10001101011011001000111110000011011001110111110110001101011011001000111110000011011001110111101101011110 | 8d6c8f83677d8d6c8f83677b5e |
SJIS-WIN | ?l??g}?l??g{^ | 00111111011011000011111100111111011001110111110100111111011011000011111100111111011001110111101101011110 | 3f6c3f3f677d3f6c3f3f677b5e |
EUC-JP | ?l??g}?l??g{^ | 00111111011011000011111100111111011001110111110100111111011011000011111100111111011001110111101101011110 | 3f6c3f3f677d3f6c3f3f677b5e |
UTF-8 | lg}lg{^ | 11000010100011010110110011000010100011111100001010000011011001110111110111000010100011010110110011000010100011111100001010000011011001110111101101011110 | c28d6cc28fc283677dc28d6cc28fc283677b5e |
UHC | ?l??g}?l??g{^ | 00111111011011000011111100111111011001110111110100111111011011000011111100111111011001110111101101011110 | 3f6c3f3f677d3f6c3f3f677b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)