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 | ñäßÈú | 1111000111100100110111111100100011111010 | f1e4dfc8fa |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ñäßÈú | 100011111010101111010000100011111010101110100011100011111010100111001110100011111010101010110010100011111010101111100010 | 8fabd08faba38fa9ce8faab28fabe2 |
UTF-8 | ñäßÈú | 11000011101100011100001110100100110000111001111111000011100010001100001110111010 | c3b1c3a4c39fc388c3ba |
UHC | ??ß?? | 001111110011111110101001101011000011111100111111 | 3f3fa9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)