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 | ?懶 | 001111111001110011101111 | 3f9cef |
EUC-JP | 馹懶 | 1000111111101001101000011101100011110001 | 8fe9a1d8f1 |
UTF-8 | 馹懶 | 111010011010011010111001111001101000011110110110 | e9a6b9e687b6 |
UHC | 馹懶 | 11101100111100011101010011111011 | ecf1d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)