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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 賽??^ | 1110011011001110001111110011111101011110 | e6ce3f3f5e |
EUC-JP | 賽??^ | 1110110011010000001111110011111101011110 | ecd03f3f5e |
UTF-8 | 賽댁立^ | 11101000101100111011110111101011100011001000000111101111101001111011011101011110 | e8b3bdeb8c81efa7b75e |
UHC | 賽댁立^ | 11011111110111111011010011101100111011011010000101011110 | dfdfb4eceda15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)