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¡£ | 11111011010010011010000110100011 | fb49a1a3 |
SJIS-WIN | ?I?£ | 0011111101001001001111111000000110010010 | 3f493f8192 |
EUC-JP | ûI¡£ | 100011111010101111100101010010011000111110100010110000101010000111110010 | 8fabe5498fa2c2a1f2 |
UTF-8 | ûI¡£ | 11000011101110110100100111000010101000011100001010100011 | c3bb49c2a1c2a3 |
UHC | ?I¡? | 0011111101001001101000101010111000111111 | 3f49a2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)