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 | 跌ク蟄伜諸 | 111001101110100110111000111001011010110110011000111001011111101110101001 | e6e9b8e5ad98e5fba9 |
EUC-JP | 跌ク蟄伜? | 111011001110101110001110101110001110101010101111110100001110011100111111 | eceb8eb8eaafd0e73f |
UTF-8 | 跌ク蟄伜諸 | 111010001011011110001100111011111011110110111000111010001001111110000100111001001011110010011100111011111010100010100010 | e8b78cefbdb8e89f84e4bc9cefa8a2 |
UHC | 跌?蟄?? | 11110010111101100011111111110110110111100011111100111111 | f2f63ff6de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)