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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 銹?}v銹?}vB | 1110011111110110001111110111110101110110111001111111011000111111011111010111011001000010 | e7f63f7d76e7f63f7d7642 |
EUC-JP | 銹?}v銹?}vB | 1110111011111000001111110111110101110110111011101111100000111111011111010111011001000010 | eef83f7d76eef83f7d7642 |
UTF-8 | 銹씫}v銹씫}vB | 1110100110001010101110011110110010010100101010110111110101110110111010011000101010111001111011001001010010101011011111010111011001000010 | e98ab9ec94ab7d76e98ab9ec94ab7d7642 |
UHC | 銹씫}v銹씫}vB | 11100010110010001001110110111101011111010111011011100010110010001001110110111101011111010111011001000010 | e2c89dbd7d76e2c89dbd7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)