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 | 耕? | 100011010110101100111111 | 8d6b3f |
EUC-JP | 耕? | 101110011100110000111111 | b9cc3f |
UTF-8 | 耕㎩ | 111010001000000010010101111000111000111010101001 | e88095e38ea9 |
UHC | 耕㎩ | 11001100111010011010011111100101 | cce9a7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)