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 | 螯耶ャ底ー | 1110010110100110100101101110101110101100100100101110101010110000 | e5a696ebac92eab0 |
EUC-JP | 螯耶ャ底ー | 11101010101010001100110011101101100011101010110011000100111011001000111010110000 | eaa8cced8eacc4ec8eb0 |
UTF-8 | 螯耶ャ底ー | 111010001001111010101111111010001000000010110110111011111011110110101100111001011011101010010101111011111011110110110000 | e89eafe880b6efbdace5ba95efbdb0 |
UHC | ?耶?底? | 00111111111001011010110100111111111011101011110000111111 | 3fe5ad3feebc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)