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 | ±ýѧ | 10110001111111011101000110100111 | b1fdd1a7 |
SJIS-WIN | ±??§ | 100000010111110100111111001111111000000110011000 | 817d3f3f8198 |
EUC-JP | ±ýѧ | 10100001110111101000111110101011111100101000111110101010110100001010000111111000 | a1de8fabf28faad0a1f8 |
UTF-8 | ±ýѧ | 1100001010110001110000111011110111000011100100011100001010100111 | c2b1c3bdc391c2a7 |
UHC | ±??§ | 101000011011111000111111001111111010000111010111 | a1be3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)