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 | 耕ㅸ | 111010001000000010010101111000111000010110111000 | e88095e385b8 |
UHC | 耕ㅸ | 11001100111010011010010011101000 | cce9a4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)