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 | ´¤Êé | 10110100101001001100101011101001 | b4a4cae9 |
SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
EUC-JP | ´¤Êé | 1010000110101101100011111010001011110000100011111010101010110100100011111010101110110001 | a1ad8fa2f08faab48fabb1 |
UTF-8 | ´¤Êé | 1100001010110100110000101010010011000011100010101100001110101001 | c2b4c2a4c38ac3a9 |
UHC | ´¤?? | 101000101010010110100010101101000011111100111111 | a2a5a2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)