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 | 譬鍋棟奛シ螯 | 1110011010100000100100111110011110010011100011111111101010100001101111001110010110100110 | e6a093e7938ffaa1bce5a6 |
EUC-JP | 譬鍋棟奛シ螯 | 11101100101000101100011011101001110001011110111110001111101110001111011110001110101111001110101010101000 | eca2c6e9c5ef8fb8f78ebceaa8 |
UTF-8 | 譬鍋棟奛シ螯 | 111010001010110110101100111010011000110110001011111001101010001110011111111001011010010110011011111011111011110110111100111010001001111010101111 | e8adace98d8be6a39fe5a59befbdbce89eaf |
UHC | 譬鍋棟??? | 110111101010011111001110101001111101010011010110001111110011111100111111 | dea7cea7d4d63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)