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 | íû¤éÕâ^ | 11101101111110111010010011101001110101011110001001011110 | edfba4e9d5e25e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | íû¤éÕâ^ | 10001111101010111011111110001111101010111110010110001111101000101111000010001111101010111011000110001111101010101101100010001111101010111010010001011110 | 8fabbf8fabe58fa2f08fabb18faad88faba45e |
UTF-8 | íû¤éÕâ^ | 11000011101011011100001110111011110000101010010011000011101010011100001110010101110000111010001001011110 | c3adc3bbc2a4c3a9c395c3a25e |
UHC | ??¤???^ | 0011111100111111101000101011010000111111001111110011111101011110 | 3f3fa2b43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)