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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軟??蜃 | 100100111110111000111111001111111110010110000111 | 93ee3f3fe587 |
EUC-JP | 軟??蜃 | 110001101111000000111111001111111110100111100111 | c6f03f3fe9e7 |
UTF-8 | 軟뤶돶蜃 | 111010001011101110011111111010111010010010110110111010111000111110110110111010001001110010000011 | e8bb9feba4b6eb8fb6e89c83 |
UHC | 軟뤶돶蜃 | 1110011011100011100011111110010010001001101110011110001111110001 | e6e38fe489b9e3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)