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 | 螯爺サ躯シ | 1110010110100110100101101110101010111011100010111110101110111100 | e5a696eabb8bebbc |
EUC-JP | 螯爺サ躯シ | 11101010101010001100110011101100100011101011101110110110111011011000111010111100 | eaa8ccec8ebbb6ed8ebc |
UTF-8 | 螯爺サ躯シ | 111010001001111010101111111001111000100010111010111011111011110110111011111010001011101010101111111011111011110110111100 | e89eafe788baefbdbbe8baafefbdbc |
UHC | ?爺??? | 001111111110010110101100001111110011111100111111 | 3fe5ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)