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 | 諢賀エソ諢 | 1110011010000100100010011110101010110100101111111110011010000100 | e68489eab4bfe684 |
EUC-JP | 諢賀エソ諢 | 11101011111001001011001011101100100011101011010010001110101111111110101111100100 | ebe4b2ec8eb48ebfebe4 |
UTF-8 | 諢賀エソ諢 | 111010001010101110100010111010001011001110000000111011111011110110110100111011111011110110111111111010001010101110100010 | e8aba2e8b380efbdb4efbdbfe8aba2 |
UHC | ?賀??? | 001111111111100111000101001111110011111100111111 | 3ff9c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)