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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貞???辛 | 10010010111001010011111100111111001111111001000001101000 | 92e53f3f3f9068 |
EUC-JP | 貞?焌?辛 | 110001001110011100111111100011111100100111101000001111111011111111001001 | c4e73f8fc9e83fbfc9 |
UTF-8 | 貞렭焌렪辛 | 111010001011001010011110111010111010000010101101111001111000010010001100111010111010000010101010111010001011111010011011 | e8b29eeba0ade7848ceba0aae8be9b |
UHC | 貞렭焌렪辛 | 11101111111101101000111010111010111100011110000010001110101110001110001111110100 | eff68ebaf1e08eb8e3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)