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 | I±´^ | 10010010010010011001000110110001100100011011010001011110 | 924991b191b45e |
SJIS-WIN | ?I?±?´^ | 001111110100100100111111100000010111110100111111100000010100110001011110 | 3f493f817d3f814c5e |
EUC-JP | ?I?±?´^ | 001111110100100100111111101000011101111000111111101000011010110101011110 | 3f493fa1de3fa1ad5e |
UTF-8 | I±´^ | 110000101001001001001001110000101001000111000010101100011100001010010001110000101011010001011110 | c29249c291c2b1c291c2b45e |
UHC | ?I?±?´^ | 001111110100100100111111101000011011111000111111101000101010010101011110 | 3f493fa1be3fa2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)