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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 軛鳧^ | 1110011101100010111010011110100001011110 | e762e9e85e |
EUC-JP | 軛鳧^ | 1110110111000011111100101110101001011110 | edc3f2ea5e |
UTF-8 | 軛鳧^ | 11101000101110111001101111101001101100111010011101011110 | e8bb9be9b3a75e |
UHC | ?鳧^ | 00111111110111011100000001011110 | 3fddc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)