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 | 芒劫幻 | 111001001000101010001101100001011000110010110110 | e48a8d858cb6 |
EUC-JP | 芒劫幻 | 111001111110101010111001111001011011100010111000 | e7eab9e5b8b8 |
UTF-8 | 芒劫幻 | 111010001000101010010010111001011000101010101011111001011011100110111011 | e88a92e58aabe5b9bb |
UHC | 芒劫幻 | 110110001101001111001100101001001111110010110011 | d8d3cca4fcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)