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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 罠潟 | 11100011101010011000101010000011 | e3a98a83 |
EUC-JP | 罠潟 | 11100110101010111011001111100011 | e6abb3e3 |
UTF-8 | 罠潟 | 111001111011110110100000111001101011110110011111 | e7bda0e6bd9f |
UHC | ?潟 | 001111111110000010110011 | 3fe0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)