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 | ±¼G | 101100011011110001000111 | b1bc47 |
SJIS-WIN | ±?G | 10000001011111010011111101000111 | 817d3f47 |
EUC-JP | ±?G | 10100001110111100011111101000111 | a1de3f47 |
UTF-8 | ±¼G | 1100001010110001110000101011110001000111 | c2b1c2bc47 |
UHC | ±¼G | 1010000110111110101010001111100101000111 | a1bea8f947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)