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 | ±«RE | 10110001101010110101001001000101 | b1ab5245 |
SJIS-WIN | ±?RE | 1000000101111101001111110101001001000101 | 817d3f5245 |
EUC-JP | ±?RE | 1010000111011110001111110101001001000101 | a1de3f5245 |
UTF-8 | ±«RE | 110000101011000111000010101010110101001001000101 | c2b1c2ab5245 |
UHC | ±?RE | 1010000110111110001111110101001001000101 | a1be3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)