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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褓耶漕 | 111001011110111010010110111010111001000110000110 | e5ee96eb9186 |
EUC-JP | 褓耶漕 | 111010101111000011001100111011011100000111100110 | eaf0ccedc1e6 |
UTF-8 | 褓耶漕 | 111010001010010010010011111010001000000010110110111001101011110010010101 | e8a493e880b6e6bc95 |
UHC | 褓耶漕 | 110111001100111011100101101011011111000011001100 | dccee5adf0cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)