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 | 泱耆 | 10011111100101101110001111001011 | 9f96e3cb |
EUC-JP | 泱耆 | 11011101111101101110011011001101 | ddf6e6cd |
UTF-8 | 泱耆 | 111001101011001110110001111010001000000010000110 | e6b3b1e88086 |
UHC | ?耆 | 001111111101000110111101 | 3fd1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)