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 | ±Óc^ | 10110001110100110110001101011110 | b1d3635e |
SJIS-WIN | ±?c^ | 1000000101111101001111110110001101011110 | 817d3f635e |
EUC-JP | ±Óc^ | 10100001110111101000111110101010110100010110001101011110 | a1de8faad1635e |
UTF-8 | ±Óc^ | 110000101011000111000011100100110110001101011110 | c2b1c393635e |
UHC | ±?c^ | 1010000110111110001111110110001101011110 | a1be3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)