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 | ±î¶¶Ý¢ | 101100011110111010110110101101101101110110100010 | b1eeb6b6dda2 |
SJIS-WIN | ±?¶¶?¢ | 10000001011111010011111110000001111101111000000111110111001111111000000110010001 | 817d3f81f781f73f8191 |
EUC-JP | ±î¶¶Ý¢ | 1010000111011110100011111010101111000010101000101111100110100010111110011000111110101010111100101010000111110001 | a1de8fabc2a2f9a2f98faaf2a1f1 |
UTF-8 | ±î¶¶Ý¢ | 110000101011000111000011101011101100001010110110110000101011011011000011100111011100001010100010 | c2b1c3aec2b6c2b6c39dc2a2 |
UHC | ±?¶¶?? | 101000011011111000111111101000101101001010100010110100100011111100111111 | a1be3fa2d2a2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)