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 | 螯耶ャ底コ托 | 11100101101001101001011011101011101011001001001011101010101110101001000111101111 | e5a696ebac92eaba91ef |
EUC-JP | 螯耶ャ底コ托 | 111010101010100011001100111011011000111010101100110001001110110010001110101110101100001011110001 | eaa8cced8eacc4ec8ebac2f1 |
UTF-8 | 螯耶ャ底コ托 | 111010001001111010101111111010001000000010110110111011111011110110101100111001011011101010010101111011111011110110111010111001101000100110011000 | e89eafe880b6efbdace5ba95efbdbae68998 |
UHC | ?耶?底?托 | 001111111110010110101101001111111110111010111100001111111111011011110101 | 3fe5ad3feebc3ff6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)