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 | ?L}?L{^ | 00111111010011000111110100111111010011000111101101011110 | 3f4c7d3f4c7b5e |
SJIS-WIN | 盒L}盒L{^ | 111000011011010001001100011111011110000110110100010011000111101101011110 | e1b44c7de1b44c7b5e |
EUC-JP | 盒L}盒L{^ | 111000101011011001001100011111011110001010110110010011000111101101011110 | e2b64c7de2b64c7b5e |
UTF-8 | 盒L}盒L{^ | 1110011110011011100100100100110001111101111001111001101110010010010011000111101101011110 | e79b924c7de79b924c7b5e |
UHC | 盒L}盒L{^ | 111110011110110001001100011111011111100111101100010011000111101101011110 | f9ec4c7df9ec4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)