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 | 軛潁灌 | 111001110110001010011111111100011001111111110011 | e7629ff19ff3 |
EUC-JP | 軛潁灌 | 111011011100001111011110111100111101111011110101 | edc3def3def5 |
UTF-8 | 軛潁灌 | 111010001011101110011011111001101011110110000001111001111000000110001100 | e8bb9be6bd81e7818c |
UHC | ?潁灌 | 0011111111100111101110001100111010110100 | 3fe7b8ceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)