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 | 褓耶ーー籥 | 1110010111101110100101101110101110110000101100001110001011011110 | e5ee96ebb0b0e2de |
EUC-JP | 褓耶ーー籥 | 11101010111100001100110011101101100011101011000010001110101100001110010011100000 | eaf0cced8eb08eb0e4e0 |
UTF-8 | 褓耶ーー籥 | 111010001010010010010011111010001000000010110110111011111011110110110000111011111011110110110000111001111011000110100101 | e8a493e880b6efbdb0efbdb0e7b1a5 |
UHC | 褓耶??? | 11011100110011101110010110101101001111110011111100111111 | dccee5ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)