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 | ´¤Êö | 10110100101001001100101011110110 | b4a4caf6 |
SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
EUC-JP | ´¤Êö | 1010000110101101100011111010001011110000100011111010101010110100100011111010101111010011 | a1ad8fa2f08faab48fabd3 |
UTF-8 | ´¤Êö | 1100001010110100110000101010010011000011100010101100001110110110 | c2b4c2a4c38ac3b6 |
UHC | ´¤?? | 101000101010010110100010101101000011111100111111 | a2a5a2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)