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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螯耶ャ底ーシ | 111001011010011010010110111010111010110010010010111010101011000010111100 | e5a696ebac92eab0bc |
EUC-JP | 螯耶ャ底ーシ | 111010101010100011001100111011011000111010101100110001001110110010001110101100001000111010111100 | eaa8cced8eacc4ec8eb08ebc |
UTF-8 | 螯耶ャ底ーシ | 111010001001111010101111111010001000000010110110111011111011110110101100111001011011101010010101111011111011110110110000111011111011110110111100 | e89eafe880b6efbdace5ba95efbdb0efbdbc |
UHC | ?耶?底?? | 0011111111100101101011010011111111101110101111000011111100111111 | 3fe5ad3feebc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)