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 | ²±êà | 10110010101100011110101011000011 | b2b1eac3 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ?±êà | 001111111010000111011110100011111010101110110100100011111010101010101010 | 3fa1de8fabb48faaaa |
UTF-8 | ²±êà | 1100001010110010110000101011000111000011101010101100001110000011 | c2b2c2b1c3aac383 |
UHC | ²±?? | 101010011111011110100001101111100011111100111111 | a9f7a1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)