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°¦~ | 10010010010010011001000110110000100100011010011001111110 | 924991b091a67e |
SJIS-WIN | ?I?°??~ | 0011111101001001001111111000000110001011001111110011111101111110 | 3f493f818b3f3f7e |
EUC-JP | ?I?°?¦~ | 00111111010010010011111110100001111010110011111110001111101000101100001101111110 | 3f493fa1eb3f8fa2c37e |
UTF-8 | I°¦~ | 110000101001001001001001110000101001000111000010101100001100001010010001110000101010011001111110 | c29249c291c2b0c291c2a67e |
UHC | ?I?°??~ | 0011111101001001001111111010000111000110001111110011111101111110 | 3f493fa1c63f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)