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 | 螯爺サ喜。 | 1110010110100110100101101110101010111011100010101110110010100001 | e5a696eabb8aeca1 |
EUC-JP | 螯爺サ喜。 | 11101010101010001100110011101100100011101011101110110100111011101000111010100001 | eaa8ccec8ebbb4ee8ea1 |
UTF-8 | 螯爺サ喜。 | 111010001001111010101111111001111000100010111010111011111011110110111011111001011001011010011100111011111011110110100001 | e89eafe788baefbdbbe5969cefbda1 |
UHC | ?爺?喜? | 00111111111001011010110000111111111111011110110000111111 | 3fe5ac3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)