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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 醫耕? | 1110011111001110100011010110101100111111 | e7ce8d6b3f |
EUC-JP | 醫耕? | 1110111011010000101110011100110000111111 | eed0b9cc3f |
UTF-8 | 醫耕욉 | 111010011000011010101011111010001000000010010101111011001001101010001001 | e986abe88095ec9a89 |
UHC | 醫耕욉 | 111011001010001011001100111010011011111111100001 | eca2cce9bfe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)